Skip to content

Commit a3b4688

Browse files
committed
🎨 format helper script
1 parent 672bb71 commit a3b4688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/copy_python_executable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
from pathlib import Path
44

5-
python_exe = Path(sys.executable) #.with_stem("python")
5+
python_exe = Path(sys.executable) # .with_stem("python")
66
print("Copying python executable:", python_exe)
77
shutil.copy(python_exe, "dist/vuegen_gui/_internal/python")
88
print("Done.")

0 commit comments

Comments
 (0)