Print name of binary that won't run, not name of variable.

This commit is contained in:
wookey
2011-02-27 02:44:53 +00:00
parent 9c48968997
commit 5f6c3781ef

View File

@@ -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()