bugfix
This commit is contained in:
parent
78d4d2a452
commit
78677f9fb2
@ -29,7 +29,7 @@ def xls2ddl(xlsfile,dbtype):
|
||||
try:
|
||||
data = json.load(f)
|
||||
except Exception as e:
|
||||
print(f'{f}:error({e})')
|
||||
print(f'{xlsfile}:error({e})')
|
||||
raise e
|
||||
if data is None:
|
||||
print(xlsfile, 'not data return')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user