summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-10-09 11:00:16 +0100
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-11-04 12:40:54 +0000
commit076a37ebf423e8f637126c8bb2cee237dd30ab80 (patch)
tree04cfee6dc27cf35c481190d93a618be2ec57264e
parent916755d1f4ad5984ed7f3b1abeb8930e3cf5e2bc (diff)
downloadimport-076a37ebf423e8f637126c8bb2cee237dd30ab80.tar.gz
Comment about logging
-rwxr-xr-ximport/pip.to_lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/import/pip.to_lorry b/import/pip.to_lorry
index 67f3dcf..10c9da7 100755
--- a/import/pip.to_lorry
+++ b/import/pip.to_lorry
@@ -26,7 +26,12 @@ import sys
import shutil
import tempfile
-#TODO: import logging ssam2 pointed out that we need to add logging
+# TODO: import logging ssam2 pointed out that we need to add logging
+# I'm not sure it really makes sense for such a small tool, there's no config
+# file etc, where am I supposed to log to anyway? I think the only thing I
+# need to worry about is filtering out links based on the extension
+# I can get around this by asking the user if they want to see the list of
+# urls if the filtered list turns out to be empty...
import xmlrpclib