Skip to content

Commit 60212d1

Browse files
author
Nicola-Fonzi
committed
another bug
1 parent a02fda0 commit 60212d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_PY/FSI_tools/FSI_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def readConfig(self):
119119
self._ConfigContent[this_param] = this_value
120120

121121
else :
122-
print(this_param + " is an invalid option !")
122+
self.MPIPrint(this_param + " is an invalid option !",False)
123123

124124
def applyDefaults(self):
125125

0 commit comments

Comments
 (0)