We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc78624 commit 6c04e09Copy full SHA for 6c04e09
1 file changed
TestCases/py_wrapper/deforming_bump_in_channel/run.py
@@ -34,7 +34,7 @@ def main():
34
35
# Initialize the corresponding driver of SU2, this includes solver preprocessing.
36
try:
37
- SU2Driver = pysu2.CSinglezoneDriver('config.cfg', 1, comm);
+ SU2Driver = pysu2.CSinglezoneDriver('config.cfg', 1, comm)
38
except TypeError as exception:
39
print('A TypeError occured in pysu2.CDriver : ', exception)
40
raise
0 commit comments