Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2019-07-04 22:44:47 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2019-07-04 22:52:21 +0300
commitcf2dba461216a3ef4c0b39e5d9829a505204434d (patch)
treeeeb441dba0f40141cf72f132534a8a8822e647d6 /calm/pkg2html.py
parent4a623bb4dd963b2945c36b8e3b5b7e57e982eb89 (diff)
Fix flake8 issues
Diffstat (limited to 'calm/pkg2html.py')
-rwxr-xr-xcalm/pkg2html.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/calm/pkg2html.py b/calm/pkg2html.py
index d61d5db..2c14933 100755
--- a/calm/pkg2html.py
+++ b/calm/pkg2html.py
@@ -267,7 +267,6 @@ def update_package_listings(args, packages):
def tar_line(pn, p, category, v, arch, f):
if category not in p.vermap[v]:
return
- t = p.vermap[v][category]
size = int(math.ceil(p.tar(v, category).size / 1024))
name = v if category == 'install' else v + ' (source)'
target = "%s-%s" % (p.orig_name, v) + ('' if category == 'install' else '-src')