Ignoring the flake8 error for a line too long
This commit is contained in:
parent
08c8d1d1f7
commit
9f4e599232
@ -99,9 +99,10 @@ def patch(self):
|
||||
filter_file(r'-lIMlib -lMGridGen',
|
||||
r'-limlib -lmgrid',
|
||||
'src/dbns/Make/options')
|
||||
filter_file(r'-lMGridGen',
|
||||
r'-lmgrid',
|
||||
'src/fvAgglomerationMethods/MGridGenGamgAgglomeration/Make/options')
|
||||
filter_file(
|
||||
r'-lMGridGen',
|
||||
r'-lmgrid',
|
||||
'src/fvAgglomerationMethods/MGridGenGamgAgglomeration/Make/options') # NOQA: ignore=501
|
||||
|
||||
(arch, foam_compiler) = self.set_arch()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user