Skip to content

Commit 90297b8

Browse files
committed
fixup
1 parent 3877722 commit 90297b8

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
@@ -108,8 +108,8 @@ def stub(configuration, client_id, user_arguments_dict, environ, _retrieve_handl
108108
# NOTE: dynamic module loading to find corresponding main function
109109
main = _retrieve_handler(backend)
110110
except Exception as err:
111-
_logger.error("%s could not import %r (%s): %s" %
112-
(_addr, backend, import_path, err))
111+
_logger.error("%s could not import %r: %s" %
112+
(_addr, backend, err))
113113
bailout_helper(configuration, backend, output_objects)
114114
output_objects.extend([
115115
{'object_type': 'error_text', 'text':

0 commit comments

Comments
 (0)