Codestyle: bare except

This commit is contained in:
s3lph 2019-09-01 23:18:23 +02:00
parent dec4e98a0c
commit 3465e92d03

View file

@ -30,7 +30,7 @@ def main():
exit(1)
# Re-fetch config after parsing
config = get_config()
except:
except BaseException:
logging.fatal('Could not parse configuration file')
exit(1)