Skip to content

Commit

Permalink
Merge pull request #36 from eric-wieser/dont-pull-ganja.js
Browse files Browse the repository at this point in the history
Dont pull ganja.js
  • Loading branch information
eric-wieser authored Nov 14, 2019
2 parents 7badb61 + 40f752e commit 478deae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ def run(self):
if path.exists('.git'):
subprocess.check_call(['git', 'submodule', 'init'])
subprocess.check_call(['git', 'submodule', 'update'])
subprocess.check_call(['git', 'submodule', 'foreach', 'git', 'pull', 'origin', 'master'])
build.run(self)

class install_with_submodules(install):
def run(self):
if path.exists('.git'):
subprocess.check_call(['git', 'submodule', 'init'])
subprocess.check_call(['git', 'submodule', 'update'])
subprocess.check_call(['git', 'submodule', 'foreach', 'git', 'pull', 'origin', 'master'])
install.run(self)

setup(
Expand Down

0 comments on commit 478deae

Please sign in to comment.