Skip to content

Commit 2889a08

Browse files
Remove tmp build folder
1 parent 39ad53a commit 2889a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pyWrapper/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# Use of absolute path to avoid conflicts when changing directory.
3131
if platform == "linux":
32-
SEMBA_EXE = os.path.join(os.getcwd(), 'build-dbg', 'bin', 'semba-fdtd')
32+
SEMBA_EXE = os.path.join(os.getcwd(), 'build', 'bin', 'semba-fdtd')
3333
elif platform == "win32":
3434
SEMBA_EXE = os.path.join(os.getcwd(), 'build', 'bin', 'semba-fdtd.exe')
3535

0 commit comments

Comments
 (0)