From 076a37ebf423e8f637126c8bb2cee237dd30ab80 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 9 Oct 2014 11:00:16 +0100 Subject: Comment about logging --- import/pip.to_lorry | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1