Set a convenient default path for config ini file on ICS and ICS TEST hosts.
This commit is contained in:
@@ -208,7 +208,7 @@ if '__main__'==__name__:
|
|||||||
import argparse
|
import argparse
|
||||||
|
|
||||||
# set default_ini to the name of the file to edit when no name is supplied
|
# 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 = """
|
parser = argparse.ArgumentParser(description = """
|
||||||
Edit a configuration (*.ini) file using python urwid widget library.
|
Edit a configuration (*.ini) file using python urwid widget library.
|
||||||
Options can be enabled or disabled with mouse or spacebar.
|
Options can be enabled or disabled with mouse or spacebar.
|
||||||
|
|||||||
Reference in New Issue
Block a user