Except any exception

This commit is contained in:
Joshua Boniface 2018-06-14 12:26:47 -04:00
parent 260a403c0a
commit 99efab5cdd
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ def readConfig(pvcd_config_file, myhostname):
except: except:
try: try:
entries = o_config['default'] entries = o_config['default']
except: except Exception as e:
print('ERROR: Config file is not valid!') print('ERROR: Config file is not valid!')
exit(1) exit(1)