Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions novem/shared/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,8 @@ def __iadd__(self, share: Union[str, HasShareString]) -> "NovemShare":
share: A string or an object with get_share_string() method
"""
share_value = get_share_value(share)
print("--")
print(share_value)
if share_value and share_value not in self.get():
path = f"{self.share_path}/shared/{share_value}"
print(self.api)
print(self.api.create)
self.api.create(path)
return self

Expand Down