[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Fixed: conv_cmap.py error.
Browse files Browse the repository at this point in the history
  • Loading branch information
euske committed Oct 15, 2019
1 parent df53c8e commit cf1abe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/conv_cmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def usage():
if not args: return usage()
regname = args.pop(0)

return convert_cmap(outdir, regname, enc2codec, args)
convert_cmap(outdir, regname, enc2codec, args)
return

if __name__ == '__main__': sys.exit(main(sys.argv))

0 comments on commit cf1abe4

Please sign in to comment.