~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/common_py/Go.py

  • Committer: Christopher Hunt
  • Date: 2015-06-18 14:48:59 UTC
  • mfrom: (697.69.1 merge)
  • mto: (697.69.2 merge_hunt)
  • mto: This revision was merged to the branch mainline in revision 708.
  • Revision ID: christopher.hunt08@imperial.ac.uk-20150618144859-rki5ma1lv8722w41
Merged in latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
        print(("\tProcess ID (PID): %d" % os.getpid()))
100
100
        print(("\tProgram Arguments: %s" % str(sys.argv)))
101
101
        print ("\tVersion: %s" % version)
 
102
        print ("\tUnpacker: %s" % os.getenv("MAUS_UNPACKER_VERSION"))
102
103
        if json_config_dictionary["verbose_level"] == 0:
103
104
            print "Configuration: ", \
104
105
                json.dumps(json_config_dictionary, indent=2)