Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.20.3" (defproject python/lein-template "0.20.4" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" Loading src/leiningen/new/python/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ def ensure_all_config_variable_defined(): check_pass = True output = subprocess.check_output(r""" rgrep 'CONF\.get' {{name}}/ |grep -o 'CONF\.get[a-z]\+("[^)]*")'|sed 's/.*("//; s/")//' rgrep 'CONF\.get' {{python-pkg-name}}/ |grep -o 'CONF\.get[a-z]\+("[^)]*")'|sed 's/.*("//; s/")//' """, shell=True).rstrip().decode("utf-8", 'ignore') all_keys = REQUIRED_KEYS + OPTIONAL_KEYS for line in output.split("\n"): Loading Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.20.3" (defproject python/lein-template "0.20.4" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" Loading
src/leiningen/new/python/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ def ensure_all_config_variable_defined(): check_pass = True output = subprocess.check_output(r""" rgrep 'CONF\.get' {{name}}/ |grep -o 'CONF\.get[a-z]\+("[^)]*")'|sed 's/.*("//; s/")//' rgrep 'CONF\.get' {{python-pkg-name}}/ |grep -o 'CONF\.get[a-z]\+("[^)]*")'|sed 's/.*("//; s/")//' """, shell=True).rstrip().decode("utf-8", 'ignore') all_keys = REQUIRED_KEYS + OPTIONAL_KEYS for line in output.split("\n"): Loading