Skip to content

Commit 962edbb

Browse files
committed
More svn version removal
1 parent 8aa7140 commit 962edbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def showException(type, value, tb, msg):
2424
for s in lst:
2525
txt += s.decode('utf-8', 'replace')
2626
txt += '<br>%s<br>%s<br><br>' % (QCoreApplication.translate('Python','Python version:'), sys.version)
27-
txt += '<br>%s<br>%s %s, %s<br><br>' % (QCoreApplication.translate('Python','QGIS version:'), QGis.QGIS_VERSION, QGis.QGIS_RELEASE_NAME, QGis.QGIS_SVN_VERSION)
27+
txt += '<br>%s<br>%s %s, %s<br><br>' % (QCoreApplication.translate('Python','QGIS version:'), QGis.QGIS_VERSION, QGis.QGIS_RELEASE_NAME, QGis.QGIS_DEV_VERSION)
2828
txt += '%s %s' % (QCoreApplication.translate('Python','Python path:'), str(sys.path))
2929
txt = txt.replace('\n', '<br>')
3030
txt = txt.replace(' ', '&nbsp; ') # preserve whitespaces for nicer output

0 commit comments

Comments
 (0)