londiste: inform about no tables passed on cmd line (thus nothing to do)
authormartinko <gamato@users.sf.net>
Mon, 15 Apr 2013 15:54:04 +0000 (17:54 +0200)
committermartinko <gamato@users.sf.net>
Mon, 15 Apr 2013 15:54:04 +0000 (17:54 +0200)
python/londiste/setup.py

index a7dbb13e8d3c181c7f8c60ed252008c67fc3b375..1348d26285a2a0babfc20e2bce204aca090c8659 100644 (file)
@@ -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):