Skip to content

Commit 37dd65c

Browse files
committed
add missing comma
1 parent 9c0f240 commit 37dd65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def upload(
493493
num_retry_uploads=num_retry_uploads,
494494
batch_name=batch_name,
495495
tag_names=tag_names,
496-
is_prediction=is_prediction
496+
is_prediction=is_prediction,
497497
**kwargs,
498498
)
499499
print("[ " + path + " ] was uploaded succesfully.")

0 commit comments

Comments
 (0)