[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] daklib/utils.py: Use boolean instead of an integer.



---
 daklib/utils.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daklib/utils.py b/daklib/utils.py
index 90c87bf..94737d2 100644
--- a/daklib/utils.py
+++ b/daklib/utils.py
@@ -1054,7 +1054,7 @@ def arch_compare_sw (a, b):
 
 ################################################################################
 
-def split_args (s, dwim=1):
+def split_args (s, dwim=True):
     """
     Split command line arguments which can be separated by either commas
     or whitespace.  If dwim is set, it will complain about string ending
-- 
1.7.10.4



Reply to: