Parent Directory
|
Revision Log
|
Patch
revision 1866 by ksteube, Thu Oct 9 04:01:06 2008 UTC | revision 1887 by ksteube, Wed Oct 15 03:26:25 2008 UTC | |
---|---|---|
# | Line 39 tmp = os.path.join("scons",hostname+"_op | Line 39 tmp = os.path.join("scons",hostname+"_op |
39 | options_file = ARGUMENTS.get('options_file', tmp) | options_file = ARGUMENTS.get('options_file', tmp) |
40 | if not os.path.isfile(options_file): | if not os.path.isfile(options_file): |
41 | options_file = False | options_file = False |
42 | print "Options file not found" | print "Options file not found (expected '%s')" % tmp |
43 | else: | else: |
44 | print "Options file is", options_file | print "Options file is", options_file |
45 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |