Skip to content

Commit

Permalink
[Fixes #10474] fix importlayers
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed May 3, 2023
1 parent b56e6f6 commit 5961479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geonode/geoserver/management/commands/importlayers.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ def execute(self):
self.log.info(f"Execution is not completed yet, waiting for 15 secods")
time.sleep(15)
start += 1
self.log.info(f"Calling status update")
_exec.refresh_from_db()

if _exec.status in ['finished']:
Expand Down

0 comments on commit 5961479

Please sign in to comment.