Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Sankin authored and Pavel Sankin committed Nov 17, 2022
1 parent 0bf822a commit 7911be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neptune/new/cli/clear.py
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 7911be3

Please sign in to comment.