]> git.decadent.org.uk Git - dak.git/commitdiff
daklib/utils.py: Use boolean instead of an integer.
authorAnsgar Burchardt <ansgar@debian.org>
Wed, 26 Nov 2014 21:18:21 +0000 (22:18 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Wed, 26 Nov 2014 21:18:21 +0000 (22:18 +0100)
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