Remove unused exception

This commit is contained in:
Kay0u 2020-12-04 22:21:08 +01:00
parent 1d73dac969
commit b06a117c18
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -380,7 +380,7 @@ class ActionsMapParser(BaseActionsMapParser):
ret = self._parser.parse_args(args)
except SystemExit:
raise
except Exception as e:
except:
logger.exception("unable to parse arguments '%s'", " ".join(args))
raise MoulinetteError("error_see_log")