Skip to content

Commit 3877722

Browse files
committed
fixup
1 parent f3d8e5a commit 3877722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mig/wsgi-bin/migwsgi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ def stub(configuration, client_id, user_arguments_dict, environ, _retrieve_handl
8989
backend = requested_backend(environ, fallback=default_page)
9090
valid_backend_name(backend)
9191
except InputException as iex:
92-
_logger.error("%s refused to import invalid backend %r (%s): %s" %
93-
(_addr, backend, import_path, iex))
92+
_logger.error("%s refused to import invalid backend %r: %s" %
93+
(_addr, backend, iex))
9494
bailout_helper(configuration, backend, output_objects,
9595
header_text='User Error')
9696
output_objects.extend([

0 commit comments

Comments
 (0)