mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 23:04:35 +00:00
Print name of binary that won't run, not name of variable.
This commit is contained in:
@@ -88,7 +88,7 @@ def parse_csvfile():
|
||||
# Main routine:
|
||||
|
||||
if (not os.access('CS_BINARY', os.X_OK)):
|
||||
print "CS_BINARY not executable - skipping %s" % __file__
|
||||
print "%s not executable - skipping %s" % (CS_BINARY, __file__)
|
||||
exit(1)
|
||||
|
||||
caveslist = parse_csvfile()
|
||||
|
||||
Reference in New Issue
Block a user