Skip to content

Commit 5f6a7b1

Browse files
committed
Update version.py
1 parent 29747d0 commit 5f6a7b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/superannotate/lib/core/usecases/integrations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def execute(self) -> Response:
6565
if integration:
6666
self.reporter.log_info(
6767
"Attaching file(s) from "
68-
f"{integration.root}{f'/{self._folder.name}' if self._folder_path else ''} "
68+
f"{integration.root}{f'/{self._folder_path}' if self._folder_path else ''} "
6969
f"to {self._upload_path}. This may take some time."
7070
)
7171
attached = self._client.attach_integrations(

src/superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.3.0.dev6"
1+
__version__ = "4.3.0.dev7"

0 commit comments

Comments
 (0)