Skip to content

Commit ab8db24

Browse files
committed
fix annoying codefactor FSI thing
1 parent 6bff5f4 commit ab8db24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SU2_PY/FSI_tools/FSI_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,5 @@ def MPIPrint(self, message, error):
155155
if not myid:
156156
if error:
157157
raise Exception(message)
158-
else:
159-
print(message)
158+
159+
print(message)

0 commit comments

Comments
 (0)