From c13efb2ffc90853884e77f0d2b28e8d1936c74d0 Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Tue, 9 Aug 2022 17:45:04 -0500 Subject: [PATCH] lvmdbusd: Remove unneeded command line args --- daemons/lvmdbusd/cmdhandler.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/daemons/lvmdbusd/cmdhandler.py b/daemons/lvmdbusd/cmdhandler.py index 0c4d5cb61..7b3ad528b 100644 --- a/daemons/lvmdbusd/cmdhandler.py +++ b/daemons/lvmdbusd/cmdhandler.py @@ -234,8 +234,7 @@ call = time_wrapper # Default cmd # Place default arguments for every command here. def _dc(cmd, args): - c = [cmd, '--noheading', '--separator', '%s' % SEP, '--nosuffix', - '--unbuffered', '--units', 'b'] + c = [cmd, '--nosuffix', '--unbuffered', '--units', 'b'] c.extend(args) return c