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 29747d0 commit 5f6a7b1Copy full SHA for 5f6a7b1
src/superannotate/lib/core/usecases/integrations.py
@@ -65,7 +65,7 @@ def execute(self) -> Response:
65
if integration:
66
self.reporter.log_info(
67
"Attaching file(s) from "
68
- f"{integration.root}{f'/{self._folder.name}' if self._folder_path else ''} "
+ f"{integration.root}{f'/{self._folder_path}' if self._folder_path else ''} "
69
f"to {self._upload_path}. This may take some time."
70
)
71
attached = self._client.attach_integrations(
src/superannotate/version.py
@@ -1 +1 @@
1
-__version__ = "4.3.0.dev6"
+__version__ = "4.3.0.dev7"
0 commit comments