Skip to content

Commit

Permalink
fixed prettier warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Natalia Luzuriaga <[email protected]>
  • Loading branch information
natalialuzuriaga committed Sep 19, 2024
1 parent 5593206 commit 72777ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function findPython() {
path.join(process.resourcesPath, "python", "Scripts", "python3.10.exe"),
path.join(process.resourcesPath, "python", "Scripts", "python3.11.exe"),
path.join(process.resourcesPath, "python", "Scripts", "python3.12.exe"),

// In development (windows)
path.join("..", ".venv", "Scripts", "python.exe"),
];
Expand Down

0 comments on commit 72777ce

Please sign in to comment.