Skip to content

Commit 6d10c4c

Browse files
Fixed a typo.
1 parent c5ff889 commit 6d10c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/profiling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
if 'cProfile' not in sys.modules:
8888
import cProfile
8989
else: # pragma: no branch
90-
cProfile = sys.modules["""cProfile"""]
90+
cProfile = sys.modules["""cProfile"""]
9191
except Exception as badErr: # pragma: no branch
9292
baton = ImportError(badErr, str("[CWE-758] Test module failed completely."))
9393
baton.module = __module__

0 commit comments

Comments
 (0)