Skip to content

Commit

Permalink
fix fout error
Browse files Browse the repository at this point in the history
  • Loading branch information
MRossol committed Jun 16, 2020
1 parent c05af35 commit 4d0f45a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions h5pyd/_apps/utillib.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ def load_file(fin, fout, verbose=False, dataload="ingest", s3path=None, deflate=
create_links(fin, fout, ctx)

def object_helper(name, obj):
fout = ctx['fout']
if name in fout:
logger.warning('{} already exists and will be skipped'
.format(name))
Expand Down

0 comments on commit 4d0f45a

Please sign in to comment.