configctl - regression in 42fd27df77 , ignoring -q

This commit is contained in:
Ad Schellevis 2024-01-04 11:39:06 +01:00
parent 763d2fd4dd
commit eed630092c

View File

@ -145,7 +145,7 @@ else:
for block in exec_config_cmd(exec_command=exec_command):
if block is None:
sys.exit(-1)
else:
elif not args.q:
if block.endswith(endmarker):
print(block[:-3].rstrip())
else: