Skip to content

Commit

Permalink
Fixing mc commands hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Nov 16, 2023
1 parent 4a6002b commit ac5fcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minet/cli/mediacloud/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from minet.mediacloud.exceptions import MediacloudServerError


def fatal_errors_hook(e):
def fatal_errors_hook(_, e):
if isinstance(e, MediacloudServerError):
return ["Aborted due to a mediacloud server error:", e.server_error]

Expand Down

0 comments on commit ac5fcec

Please sign in to comment.