[Python-modules-commits] [python3-proselint] 03/07: Remove `--debug` clearcache functionality

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Sun Nov 6 17:52:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

viccuad-guest pushed a commit to branch master
in repository python3-proselint.

commit dc12beecfb861d8b32ca56bbc53ecf4d000ffce5
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Thu Jun 16 09:38:57 2016 +0200

    Remove `--debug` clearcache functionality
    
    Fixes #821886
---
 proselint/command_line.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/proselint/command_line.py b/proselint/command_line.py
index d7efb69..1a33a6e 100644
--- a/proselint/command_line.py
+++ b/proselint/command_line.py
@@ -97,9 +97,6 @@ def proselint(paths=None, version=None, clean=None, debug=None,
         click.echo(timing_test())
         return
 
-    # In debug or clean mode, delete cache & *.pyc files before running.
-    if debug or clean:
-        clear_cache()
 
     # Use the demo file by default.
     if demo:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python3-proselint.git



More information about the Python-modules-commits mailing list