projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c216f7
)
londiste: inform about no tables passed on cmd line (thus nothing to do)
author
martinko
<gamato@users.sf.net>
Mon, 15 Apr 2013 15:54:04 +0000
(17:54 +0200)
committer
martinko
<gamato@users.sf.net>
Mon, 15 Apr 2013 15:54:04 +0000
(17:54 +0200)
python/londiste/setup.py
patch
|
blob
|
blame
|
history
diff --git
a/python/londiste/setup.py
b/python/londiste/setup.py
index a7dbb13e8d3c181c7f8c60ed252008c67fc3b375..1348d26285a2a0babfc20e2bce204aca090c8659 100644
(file)
--- a/
python/londiste/setup.py
+++ b/
python/londiste/setup.py
@@
-577,6
+577,9
@@
class LondisteSetup(CascadeAdmin):
res = self.solve_globbing(args, lst_exists, map_exists, map_missing, allow_nonexist)
else:
res = self.solve_globbing(args, lst_missing, map_missing, map_exists, allow_nonexist)
+
+ if not res:
+ self.log.info("what to do ?")
return res
def solve_globbing(self, args, full_list, full_map, reverse_map, allow_nonexist):