Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 9, 2024
1 parent af5fcf3 commit 368423b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
# We need to explicitly invoke bash from this directory, otherwise
# it will pick up a bash that requires WSL to run, which is not installed.
# bash = 'C:\\Program Files\\Git\\bin\\bash.exe'
#import subprocess
#subprocess.check_call('dir C:\\hostedtoolcache\\windows\\node\\18.19.0\\x64')
#subprocess.check_call('npx.cmd --version')
#subprocess.check_call('npx --version')
#subprocess.check_call('C:\\hostedtoolcache\\windows\\node\\18.19.0\\x64\\npx.cmd --version')
#subprocess.check_call('C:\\hostedtoolcache\\windows\\node\\18.19.0\\x64\\npx --version')
#subprocess.check_call('npx --help')
#subprocess.check_call(['npx', '--help'])
# import subprocess
# subprocess.check_call('dir C:\\hostedtoolcache\\windows\\node\\18.19.0\\x64')
# subprocess.check_call('npx.cmd --version')
# subprocess.check_call('npx --version')
# subprocess.check_call('C:\\hostedtoolcache\\windows\\node\\18.19.0\\x64\\npx.cmd --version')
# subprocess.check_call('C:\\hostedtoolcache\\windows\\node\\18.19.0\\x64\\npx --version')
# subprocess.check_call('npx --help')
# subprocess.check_call(['npx', '--help'])
npx = 'npx.cmd'
else:
npx = 'npx'
Expand Down

0 comments on commit 368423b

Please sign in to comment.