[Git][NTPsec/ntpsec][master] asciidoc.py: add a FIXME for an unused(?) variable found by pyflakes
Gary E. Miller
gitlab at mg.gitlab.com
Wed Jan 4 00:44:21 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
9570cef3 by Gary E. Miller at 2017-01-03T16:43:38-08:00
asciidoc.py: add a FIXME for an unused(?) variable found by pyflakes
- - - - -
1 changed file:
- wafhelpers/asciidoc.py
Changes:
=====================================
wafhelpers/asciidoc.py
=====================================
--- a/wafhelpers/asciidoc.py
+++ b/wafhelpers/asciidoc.py
@@ -33,5 +33,6 @@ def run_a2x(self, node):
n_file = node.path_from(self.bld.bldnode)
out = "%s.%s" % (n_file.replace("-man.txt.man-tmp", ""), self.section)
out_n = self.bld.path.find_or_declare(out)
+ # FIXME: pyflakes says tsk never used...
tsk = self.create_task('a2x', node, out_n)
self.bld.install_files("${PREFIX}/man/man%s/" % self.section, out_n)
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/9570cef3fc750ae43d03e1cf674b6aba30cd5934
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170104/f2c88e3d/attachment.html>
More information about the vc
mailing list