Skip to content

Commit

Permalink
clear fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pankin397 committed Nov 17, 2022
1 parent bff2f2b commit 00e21dc
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 00e21dc

Please sign in to comment.