Correct except line in fifloader

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-01-24 19:48:22 +01:00
parent 2c197d520c
commit a348198cdc
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ def merge_inputs(inputs):
try:
with open(input, 'r') as inputfh:
data = json.load(inputfh)
except err:
except Exception as err:
print("Reading input file {} failed!".format(input))
sys.exit(str(err))