Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5bb3b99

Browse filesBrowse files
committed
Merge branch 'unit_tests' of github.com:vi3k6i5/python-spanner-django into unit_tests
2 parents 2ee4870 + ec28c1c commit 5bb3b99
Copy full SHA for 5bb3b99

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎run_testing_worker.py

Copy file name to clipboardExpand all lines: run_testing_worker.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ def __exit__(self, exc, exc_value, traceback):
4444
if worker_index >= worker_count:
4545
print(
4646
"worker_index ({wi}) > worker_count ({wc})".format(
47-
wi=worker_index, wc=worker_count,
47+
wi=worker_index,
48+
wc=worker_count,
4849
)
4950
)
5051
exit()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.