Skip to content

Commit 90e787e

Browse files
committed
swap parameters format / location
1 parent b5f17bf commit 90e787e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/models/object_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def view(button):
461461
else:
462462
view(stopButton)
463463

464-
def download(self, location=".", format="pt"):
464+
def download(self, format="pt", location="."):
465465
supported_formats = ["pt"]
466466
if format not in supported_formats:
467467
raise Exception(

0 commit comments

Comments
 (0)