Skip to content

Commit f2238c0

Browse files
author
Juan Carlos
committed
Fix missing variable
1 parent ec1b8a9 commit f2238c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css_html_js_minify/minify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def make_arguments_parser():
205205
SHA1 HEX-Digest 11 Chars Hash on Filenames is used for Server Cache.
206206
CSS Properties are Alpha-Sorted, to help spot cloned ones, Selectors not.
207207
Watch works for whole folders, with minimum of ~60 Secs between runs.""")
208-
parser.add_argument('--version', action='version', version=css_html_js_minify.__version__)
208+
# parser.add_argument('--version', action='version', version=css_html_js_minify.__version__)
209209
parser.add_argument('fullpath', metavar='fullpath', type=str,
210210
help='Full path to local file or folder.')
211211
parser.add_argument('--wrap', action='store_true',

0 commit comments

Comments
 (0)