Opened 12 years ago
Closed 11 years ago
#314 closed defect (fixed)
Minor typo in Initialising BAT file
Reported by: | aharfoot | Owned by: | |
---|---|---|---|
Priority: | trivial | Component: | Package |
Version: | 1.0 | Keywords: | python-wrapper |
Cc: |
Description
The OSGeo4W init BAT file (%OSGEO4W_ROOT%\etc\ini\python.bat) has a typo on the last line: set _path
Should be modified to be:
set _path=
This will clear the contents of the temporary '_path' environment variable (as in OSGeo4W.bat), instead of the current behaviour which is to display the value.
Environment: OSGeo4W shell: 1.0.0.10 OS: Windows 7 64 bit
Change History (2)
comment:1 by , 12 years ago
Keywords: | python-wrapper added; bat removed |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
the responsible package is pkg-python-wrapper, and I've made the change for the next release (I'm waiting to for the resolution of #305, to see if it's safe to pull sqlite3 from pkg-python-core).