| Index: printing/cups_config_helper.py
|
| diff --git a/printing/cups_config_helper.py b/printing/cups_config_helper.py
|
| index c3ebbdfc5449bbed165c87aa00df9e5fb98228a4..3c1dd4164e6060e236f34f9369baf7fbb0a07d1f 100755
|
| --- a/printing/cups_config_helper.py
|
| +++ b/printing/cups_config_helper.py
|
| @@ -32,7 +32,7 @@ def run_cups_config(mode):
|
| flags = cups.communicate()[0].strip()
|
|
|
| flags_subset = []
|
| - for flag in flags.split(' '):
|
| + for flag in flags.split():
|
| flag_mode = None
|
| if flag.startswith('-l'):
|
| flag_mode = '--libs'
|
|
|