Skip to content

Commit

Permalink
fixed missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Feb 17, 2024
1 parent b323b54 commit 5344b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/python/Parse.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import ValueIO;
import String;
import List;

loc pythonBin = exists(|PATH://python3|) ? |PATH://python3| : |PATH://python|;
loc pythonBin = exists(|PATH:///python3|) ? |PATH:///python3| : |PATH:///python|;

@synopsis="Installs the ast2json Python library using pip3"
public void installRequirements() {
Expand Down

0 comments on commit 5344b23

Please sign in to comment.