Skip to content

Commit cedc979

Browse files
committed
Cosmetics + fix braces
1 parent 395e68a commit cedc979

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

NonLinear/Rohrknie/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
os.system("cgx -b solid-modal.fbd")
1515
os.system("cgx -b solid.fbd")
1616
os.system("ccx solid-static")
17-
os.system("../../Scripts/monitor.py solid-static"))
17+
os.system("../../Scripts/monitor.py solid-static")
1818
os.system("cgx -b post-solid-static.fbd")
1919
os.system("cgx -b solid-sym-modal.fbd")

Pillow/test.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/usr/bin/python
2-
"""
3-
Test for the pillow example
4-
"""
5-
#from subprocess import call
2+
3+
""" Test for the pillow example """
4+
65
import os
76
import multiprocessing
87

0 commit comments

Comments
 (0)