From 30d20810d86d4c040ef02b5473e4d999fe2d1432 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Wed, 27 May 2020 09:55:36 +0200 Subject: [PATCH] unicode tweak in pull --- etherdump/commands/pull.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etherdump/commands/pull.py b/etherdump/commands/pull.py index 4b776ab..cfe5061 100644 --- a/etherdump/commands/pull.py +++ b/etherdump/commands/pull.py @@ -96,10 +96,10 @@ def main (args): continue progressbar(i, numpads, padid) - data['padID'] = padid.encode("utf-8") + data['padID'] = padid # .encode("utf-8") p = padpath(padid, args.pub, args.group, args.fix_names) if args.folder: - p = os.path.join(p, padid.encode("utf-8")) + p = os.path.join(p, padid) # padid.encode("utf-8") metapath = p + ".meta.json" revisions = None