Skip to content

Commit 6c04e09

Browse files
authored
Update TestCases/py_wrapper/deforming_bump_in_channel/run.py
1 parent cc78624 commit 6c04e09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • TestCases/py_wrapper/deforming_bump_in_channel

TestCases/py_wrapper/deforming_bump_in_channel/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def main():
3434

3535
# Initialize the corresponding driver of SU2, this includes solver preprocessing.
3636
try:
37-
SU2Driver = pysu2.CSinglezoneDriver('config.cfg', 1, comm);
37+
SU2Driver = pysu2.CSinglezoneDriver('config.cfg', 1, comm)
3838
except TypeError as exception:
3939
print('A TypeError occured in pysu2.CDriver : ', exception)
4040
raise

0 commit comments

Comments
 (0)