fix flake error this time?

This commit is contained in:
AlisterH 2023-07-10 06:55:07 +12:00 committed by Nyall Dawson
parent 3adff5e943
commit 71dbfc6de8
2 changed files with 0 additions and 2 deletions

View File

@ -30,4 +30,3 @@ def convertToHtml(alg, fileName, outputs):
outputs['GRASS_ADDONS'] = open(fileName, 'r').read()
# this will read the file a second time, but calling it saves us duplicating the code here
alg.convertToHtml(fileName)

View File

@ -30,4 +30,3 @@ def convertToHtml(alg, fileName, outputs):
outputs['GRASS_VERSIONINFO'] = open(fileName, 'r').read()
# this will read the file a second time, but calling it saves us duplicating the code here
alg.convertToHtml(fileName)