X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config.py;h=feef515cda76566a162ead0cd3f73c0ade86466e;hb=refs%2Fheads%2F1.0;hp=b37e04aaffef4e61cbef4187779bbca5a756beb4;hpb=944d143a6528c4157b71f51ed480aec806cbaa06;p=monitor.git diff --git a/config.py b/config.py index b37e04a..feef515 100644 --- a/config.py +++ b/config.py @@ -48,8 +48,14 @@ if not config.imported: #from config import options as config options = Options() - update_section(options, 'commandline', True) - update_section(options, 'monitorconfig') + try: + update_section(options, 'commandline', True) + except: + pass + try: + update_section(options, 'monitorconfig') + except: + pass #for i in dir(config): # if "__" not in i: