Skip to content

Commit 6971b9b

Browse files
committed
changed file extenstion back to py from pyw
1 parent d2492b9 commit 6971b9b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ArcGISLSPlot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# put quotes around file paths in case they have spaces
1919
graip_database_file = '"' + graip_database_file + '"'
2020

21-
py_script_to_execute = os.path.join(current_script_dir, 'LSPlot.pyw')
21+
py_script_to_execute = os.path.join(current_script_dir, 'LSPlot.py')
2222
py_script_to_execute = '"' + py_script_to_execute + '"'
2323
cmd = py_script_to_execute + \
2424
' --mdb ' + graip_database_file + \

LSPlot.pyw renamed to LSPlot.py

File renamed without changes.

setup_tools/graip_2_python_tools_setup.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
; **** REQUIREMENTS FOR COMPILING THIS INSTALLER SCRIPT ****
55
; All the python files that need to be installed should be under the 'SourceFiles' folder.
66

7-
; We are no installing the followings (4/28/2016)
7+
; We are no more installing the followings (4/28/2016)
88
; The 'SourceFiles' folder is at the same label as this script file (graip_2_python_tools_setup.iss)
99
; In addition, the following files must be under the 'SourceFiles' folder
1010
; 1. GRAIP Tools.tbx

0 commit comments

Comments
 (0)