Skip to content
Prev Previous commit
Next Next commit
rerun pipeline
  • Loading branch information
hodd committed Mar 23, 2021
commit f7565c5fb1de7198d7afe9228d7bacafeda8d235
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@


def netappfiles_exception_handler(ex):
if isinstance(ex, (HttpResponseError,
ValidationError, ValueError)):
if isinstance(ex, (HttpResponseError, ValidationError, ValueError)):
message = ex
raise CLIError(message)

Expand Down