Skip to content

Commit 7999bf6

Browse files
committed
LaserInjectionFromTXYEFile: General Exe
Generalize executable globber in script
1 parent e12d27e commit 7999bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Modules/laser_injection_from_file/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def launch_analysis(executable):
215215

216216

217217
def main() :
218-
executables = glob.glob("main2d*")
218+
executables = glob.glob("*.ex")
219219
if len(executables) == 1 :
220220
launch_analysis(executables[0])
221221
else :

0 commit comments

Comments
 (0)