]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/utils.py
daklib/utils.py: Use boolean instead of an integer.
[dak.git] / daklib / utils.py
index 90c87bf4435fa6e0a625dfbb1ef76c017fcc87fe..94737d227277df891c618d40cf0672404fbb77ac 100644 (file)
@@ -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
     """
     Split command line arguments which can be separated by either commas
     or whitespace.  If dwim is set, it will complain about string ending