Additional information on the screen.
This commit is contained in:
parent
bb313f0f49
commit
ed9a7c27aa
@ -288,7 +288,6 @@ class Metadata(object):
|
|||||||
if file_ending in read_functions.keys():
|
if file_ending in read_functions.keys():
|
||||||
robj, exc = read_functions[file_ending](path_to_inventory_filename)
|
robj, exc = read_functions[file_ending](path_to_inventory_filename)
|
||||||
if exc is not None:
|
if exc is not None:
|
||||||
print("Nicht None")
|
|
||||||
raise exc
|
raise exc
|
||||||
return file_ending, robj
|
return file_ending, robj
|
||||||
# in case file endings did not match the above keys, try and error
|
# in case file endings did not match the above keys, try and error
|
||||||
@ -590,6 +589,7 @@ def restitute_trace(input_tuple):
|
|||||||
if invtype in ['resp', 'dless']:
|
if invtype in ['resp', 'dless']:
|
||||||
try:
|
try:
|
||||||
tr.simulate(**kwargs)
|
tr.simulate(**kwargs)
|
||||||
|
print("Done")
|
||||||
except ValueError as e:
|
except ValueError as e:
|
||||||
vmsg = '{0}'.format(e)
|
vmsg = '{0}'.format(e)
|
||||||
print(vmsg)
|
print(vmsg)
|
||||||
|
Loading…
Reference in New Issue
Block a user