diff --git a/bin/up2k.py b/bin/up2k.py index e8623312..766a3855 100755 --- a/bin/up2k.py +++ b/bin/up2k.py @@ -381,7 +381,7 @@ def walkdirs(err, tops): stop = os.path.dirname(top) if os.path.isdir(top): - yield stop, "", os.stat(stop) + yield stop, b"", os.stat(stop) for ap, inf in walkdir(err, top, []): yield stop, ap[len(stop) :].lstrip(sep), inf else: