Skip to content

Commit

Permalink
Run clean runner on sync operation (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykGala authored and Pavel Sankin committed Nov 17, 2022
1 parent 26b4312 commit 4d4fc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neptune/new/cli/clear.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ def remove_containers(paths):
shutil.rmtree(path)
logger.info(f"Deleted: {path}")
except OSError:
logger.warn(f"Cannot remove directory: {path}")
logger.warn(f"Cannot remove directory: {path}")

0 comments on commit 4d4fc5d

Please sign in to comment.