From c345973a179d1bb477a238514e6dcb06e69682fd Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Wed, 26 Nov 2014 22:18:21 +0100 Subject: [PATCH] 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 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 -- 2.39.2