Skip to content

Commit bee9a1c

Browse files
authored
Fix mistake in create_entry_points.py (#26623)
`.pa1` -> `.ps1`
1 parent 5a25d42 commit bee9a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/maint/create_entry_points.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def generate_entry_points(cmd, path):
121121
shutil.copyfile(windows_exe, launcher + '.exe')
122122
else:
123123
write_file(launcher + '.bat', bat_data)
124-
write_file(launcher + '.pa1', ps1_data)
124+
write_file(launcher + '.ps1', ps1_data)
125125

126126
generate_entry_points(entry_points, os.path.join(__scriptdir__, 'run_python'))
127127
generate_entry_points(compiler_entry_points, os.path.join(__scriptdir__, 'run_python_compiler'))

0 commit comments

Comments
 (0)