diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py
index 84214b87..946e71ce 100644
--- a/copyparty/httpcli.py
+++ b/copyparty/httpcli.py
@@ -3491,7 +3491,9 @@ class HttpCli(object):
if self.args.no_zip:
margin = "DIR"
else:
- margin = 'zip'.format(quotep(href))
+ margin = 'zip'.format(
+ quotep(href)
+ )
elif fn in hist:
margin = '#{}'.format(
base, html_escape(hist[fn][2], quot=True, crlf=True), hist[fn][0]