mirror of
https://gitlab.com/scemama/EZFIO.git
synced 2025-01-03 01:55:44 +01:00
Better exception handling in archive_ezfio
This commit is contained in:
parent
0cce47969a
commit
73b7a1fc60
@ -37,7 +37,7 @@ def main():
|
||||
f_name = f[4:]
|
||||
try:
|
||||
exec """d['%s'] = ezfio.%s"""%(f_name,f_name)
|
||||
except:
|
||||
except IOError:
|
||||
if do_verbose:
|
||||
print "%-40s [%5s]"%(f_name, "Empty")
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user