Skip to content

Commit a9fbcea

Browse files
committed
Fix linearize() simflags must start with space
1 parent 6064ba9 commit a9fbcea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

OMPython/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,6 +1651,8 @@ def linearize(self, lintime=None, simflags=None): # 22
16511651

16521652
if simflags is None:
16531653
simflags = ""
1654+
else:
1655+
simflags = " " + simflags
16541656

16551657
if (os.path.exists(getExeFile)):
16561658
cmd = getExeFile + linruntime + override + csvinput + simflags

0 commit comments

Comments
 (0)