Skip to content

Commit

Permalink
[#65] removing redundant refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdash committed May 21, 2024
1 parent 7e07551 commit 6f19894
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hsclient/hydroshare.py
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,6 @@ def aggregation_move(self, aggregation: Aggregation, dst_path: str = "") -> None
if status in ("Not ready", "progress"):
while aggregation._hs_session.check_task(task_id) != 'true':
time.sleep(1)
aggregation.refresh()

def aggregation_delete(self, aggregation: Aggregation) -> None:
"""
Expand Down

0 comments on commit 6f19894

Please sign in to comment.