Skip to content

Commit c11b0bc

Browse files
committed
Invoke python3 instead of python in test
1 parent 0f7b06c commit c11b0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/promod3.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def install
5454
io.SavePDB(bb_list.ToEntity(), "test.pdb")
5555
EOS
5656

57-
system Formula["[email protected]"].opt_bin/"python", "gen_pdb.py"
57+
system Formula["[email protected]"].opt_bin/"python3", "gen_pdb.py"
5858
assert_match(/^ATOM\s+3\s+C\s+HIS\s+A\s+/, (testpath/"test.pdb").read)
5959
end
6060
end

0 commit comments

Comments
 (0)