Skip to content

Commit 688945f

Browse files
author
Roland Hedberg
committed
Merge pull request #260 from HaToHo/master
Fix to make the tool work again.
2 parents ae9d27e + ffe4be1 commit 688945f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/merge_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
metad = MetaDataExtern(ONTS.values(), ATTRCONV, spec[1],
9191
sc, cert=spec[2], http=httpc, **kwargs)
9292

93-
if metad:
93+
if metad is not None:
9494
try:
9595
metad.load()
9696
except:

0 commit comments

Comments
 (0)