mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +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:
|
# Main routine:
|
||||||
|
|
||||||
if (not os.access('CS_BINARY', os.X_OK)):
|
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)
|
exit(1)
|
||||||
|
|
||||||
caveslist = parse_csvfile()
|
caveslist = parse_csvfile()
|
||||||
|
|||||||
Reference in New Issue
Block a user