diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-22 19:11:14 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-22 19:11:14 +1000 |
| commit | 016e97d6e640ec8f35965f9852f46104c83e982b (patch) | |
| tree | 518b716fcb96266ab09095c5e6b33bbcb3082e84 /pywal/__main__.py | |
| parent | 6e39b78dc3a8ae6fc164f2fe26f6c0004d92dc41 (diff) | |
lint: Remove all lint comments.
Diffstat (limited to 'pywal/__main__.py')
| -rw-r--r-- | pywal/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/__main__.py b/pywal/__main__.py index 5adf038..bc772ec 100644 --- a/pywal/__main__.py +++ b/pywal/__main__.py @@ -68,7 +68,7 @@ def process_args(args): sys.stdout = sys.stderr = open(os.devnull, "w") if args.c: - shutil.rmtree(wal.CACHE_DIR / "schemes") + shutil.rmtree(wal.CACHE_DIR / "schemes", ignore_errors=True) if args.r: wal.reload_colors(args.t) |
