Added comments describing config options
This commit is contained in:
parent
1cbe2fb1a1
commit
c784df7f6e
|
@ -32,8 +32,8 @@ def main(main_cfg):
|
|||
|
||||
if __name__ == '__main__':
|
||||
default = {
|
||||
'log_config' : '',
|
||||
'log_path' : '',
|
||||
'instance_root' : ''
|
||||
'log_config' : '', # config for log
|
||||
'log_path' : '', # where to log
|
||||
'instance_root' : '' # root dir of all instances
|
||||
}
|
||||
main(default)
|
||||
|
|
Loading…
Reference in New Issue