mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
configctl - regression in 42fd27df77 , ignoring -q
This commit is contained in:
parent
763d2fd4dd
commit
eed630092c
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user