Skip to content

Commit

Permalink
chmod interhost and add name of script to debug output at start
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Nov 22, 2014
1 parent 90a5502 commit cdc0efe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file modified interhost.py
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions util/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def main_argparse(commands, description):
setup_logger(not hasattr(args, 'loglevel') and 'DEBUG' or args.loglevel)
log.info("software version: " + __version__)
log.debug("python version: " + sys.version)
log.debug("command: %s %s" % (sys.argv[0], sys.argv[1]))
log.debug("command line parameters (including implicit defaults): %s" % (
' '.join(["%s=%s" % (k,v) for k,v in vars(args).items()])))

Expand Down

0 comments on commit cdc0efe

Please sign in to comment.