Skip to content

Commit b6e573c

Browse files
fix
1 parent 780b97c commit b6e573c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clusterfuzz/_internal/bot/testcase_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def upload_testcase(testcase_path, testcase_data, log_time):
430430
if not fuzz_logs_bucket:
431431
return
432432

433-
assert not testcase_path and testcase_data
433+
assert not (testcase_path and testcase_data)
434434
if testcase_path:
435435
if not os.path.exists(testcase_path):
436436
return

0 commit comments

Comments
 (0)