pylint.

Excuse to force-run slapos test suite.
parent e348d913
...@@ -1200,8 +1200,8 @@ def main(*args): ...@@ -1200,8 +1200,8 @@ def main(*args):
try: try:
config.setConfig(options, configuration_file_path) config.setConfig(options, configuration_file_path)
except UsageError, err: except UsageError, err:
print >>sys.stderr, err.message print >> sys.stderr, err.message
print >>sys.stderr, "For help use --help" print >> sys.stderr, "For help use --help"
sys.exit(1) sys.exit(1)
os = OS(config) os = OS(config)
if config.dry_run: if config.dry_run:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment