Skip to content

Commit 0d391f4

Browse files
committed
When you do crazy things, even simpler crazy things are invisible...
1 parent 830fc74 commit 0d391f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema/tests/_suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,4 @@ def _someone_save_us_the_module_of_the_caller():
233233
"""
234234

235235
two_up = sys._getframe(2)
236-
return sys.modules[two_up.f_globals["__name__"]].__name__
236+
return two_up.f_globals["__name__"]

0 commit comments

Comments
 (0)