summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-02-27 19:08:13 +0100
committerLars Wirzenius <liw@liw.fi>2015-03-22 14:18:23 +0200
commit86ef7e47ebca5750b86856623d6c89ea2bc89229 (patch)
tree3545eef72ee98ec0cbaddeebe86bc526e43a46e1
parent76adde80b899d0d5018c439bedca4fb3269222ba (diff)
downloadobnam-86ef7e47ebca5750b86856623d6c89ea2bc89229.tar.gz
add a XXX to a unused(?) broken piece of code
-rw-r--r--obnamlib/plugins/show_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/plugins/show_plugin.py b/obnamlib/plugins/show_plugin.py
index 2abe06fc..feb2539c 100644
--- a/obnamlib/plugins/show_plugin.py
+++ b/obnamlib/plugins/show_plugin.py
@@ -448,7 +448,7 @@ class ShowPlugin(obnamlib.ObnamPlugin):
timestamp,
name)
- def format(self, fields):
+ def format(self, fields): # XXX broken (widths undefined) and unused?
return ' '. join(self.align(widths[i], fields[i], i)
for i in range(len(fields)))