This commit is contained in:
or-else
2023-09-20 12:01:13 -07:00
parent 6d3bf49e1a
commit 21215c6c7a

View File

@ -766,7 +766,7 @@ def parse_cmd(parts):
try: try:
parser.add_argument('--as_root', action='store_true', help='execute command at ROOT auth level') parser.add_argument('--as_root', action='store_true', help='execute command at ROOT auth level')
except Exception: except Exception:
# Ignore exception here: --as_root has been added already, maco parser is persistent. # Ignore exception here: --as_root has been added already, macro parser is persistent.
pass pass
return parser return parser