We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c2ec3 commit f07a804Copy full SHA for f07a804
roboflow/core/project.py
@@ -93,7 +93,7 @@ def versions(self):
93
local=None,
94
workspace=self.__workspace,
95
project=self.__project_name,
96
- public=self.public
+ public=self.public,
97
)
98
version_array.append(version_object)
99
return version_array
0 commit comments