Set a convenient default path for config ini file on ICS and ICS TEST hosts.

This commit is contained in:
Ferdi Franceschini
2013-10-15 03:08:23 +11:00
parent 79cdd71a78
commit 55e93c8386

View File

@@ -208,7 +208,7 @@ if '__main__'==__name__:
import argparse
# set default_ini to the name of the file to edit when no name is supplied
default_ini = "experiment_configuration.ini"
default_ini = "/usr/local/sics/sics_config.ini"
parser = argparse.ArgumentParser(description = """
Edit a configuration (*.ini) file using python urwid widget library.
Options can be enabled or disabled with mouse or spacebar.