Skip to content

Commit

Permalink
Merge pull request opencv#18633 from laelath:master
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Oct 23, 2020
2 parents 8869d32 + 61a8cf8 commit 71462d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/js/src/make_umd.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def make_umd(opencvjs, cvjs):
Module = {};
return cv(Module);
}));
""" % (content)).lstrip())
""" % (content)).lstrip().encode())

if __name__ == "__main__":
if len(sys.argv) > 2:
Expand Down

0 comments on commit 71462d9

Please sign in to comment.