Skip to content

Commit e8d4732

Browse files
committedJun 20, 2014
osgeo4w: also fix quoting in qgis-dev postinstall (followup e4dd900)
1 parent caa7d5b commit e8d4732

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎ms-windows/osgeo4w/postinstall-dev.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set OSGEO4W_ROOT=%O4W_ROOT%
1616
REM Do not register extensions if release is installed
1717
if not exist "%O4W_ROOT%\apps\qgis\bin\qgis.reg" nircmd elevate "%WINDIR%\regedit" /s "%O4W_ROOT%\apps\@package@\bin\qgis.reg"
1818

19-
call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
19+
call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
2020
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin
2121
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
22-
"%OSGEO4W_ROOT%"\apps\@package@\crssync
22+
"%OSGEO4W_ROOT%\apps\@package@\crssync"

‎python/plugins/processing/gui/BatchProcessingDialog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ def addRow(self):
341341
item.setCurrentIndex(0)
342342
self.table.setCellWidget(self.table.rowCount() - 1, i, item)
343343

344-
345344
def showAdvancedParametersClicked(self):
346345
self.showAdvanced = not self.showAdvanced
347346
if self.showAdvanced:

0 commit comments

Comments
 (0)
Please sign in to comment.