Skip to content

Commit 140071a

Browse files
committed
Merge pull request #46 from chapmanb/master
Stop looking for nodejs when found
2 parents 033aa18 + 3068b42 commit 140071a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cwltool/sandboxjs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def execjs(js, jslib):
1616
for n in trynodes:
1717
try:
1818
nodejs = subprocess.Popen(n, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
19+
break
1920
except OSError as e:
2021
if e.errno == errno.ENOENT:
2122
pass

0 commit comments

Comments
 (0)