From: Ansgar Burchardt Date: Wed, 26 Nov 2014 21:18:21 +0000 (+0100) Subject: daklib/utils.py: Use boolean instead of an integer. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=c345973a179d1bb477a238514e6dcb06e69682fd;p=dak.git daklib/utils.py: Use boolean instead of an integer. --- diff --git a/daklib/utils.py b/daklib/utils.py index 90c87bf4..94737d22 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