Skip to content

Commit 5904e4e

Browse files
ondras12345lochel
authored andcommitted
Fix linearize() simflags must start with space
1 parent 0c80af6 commit 5904e4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

OMPython/__init__.py

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

16531653
if simflags is None:
16541654
simflags = ""
1655+
else:
1656+
simflags = " " + simflags
16551657

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

0 commit comments

Comments
 (0)