[go: up one dir, main page]

Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Aug 5, 2024
1 parent 0dfbd31 commit 54dc847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2984,7 +2984,7 @@ def runtests(options, cmd_args, coverage=None):
try:
if options.shard_num > -1:
thread_ident = 0
if sys.version_info[] >= 3 and threading is not None:
if sys.version_info[0] >= 3 and threading is not None:
thread_ident = threading.get_ident()
else:
try:
Expand Down

0 comments on commit 54dc847

Please sign in to comment.