mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-18 00:06:00 -04:00
fix flake error this time?
This commit is contained in:
parent
3adff5e943
commit
71dbfc6de8
@ -30,4 +30,3 @@ def convertToHtml(alg, fileName, outputs):
|
|||||||
outputs['GRASS_ADDONS'] = open(fileName, 'r').read()
|
outputs['GRASS_ADDONS'] = open(fileName, 'r').read()
|
||||||
# this will read the file a second time, but calling it saves us duplicating the code here
|
# this will read the file a second time, but calling it saves us duplicating the code here
|
||||||
alg.convertToHtml(fileName)
|
alg.convertToHtml(fileName)
|
||||||
|
|
@ -30,4 +30,3 @@ def convertToHtml(alg, fileName, outputs):
|
|||||||
outputs['GRASS_VERSIONINFO'] = open(fileName, 'r').read()
|
outputs['GRASS_VERSIONINFO'] = open(fileName, 'r').read()
|
||||||
# this will read the file a second time, but calling it saves us duplicating the code here
|
# this will read the file a second time, but calling it saves us duplicating the code here
|
||||||
alg.convertToHtml(fileName)
|
alg.convertToHtml(fileName)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user