diff options
Diffstat (limited to 'Examples/Modules/laser_injection_from_file/analysis.py')
-rwxr-xr-x | Examples/Modules/laser_injection_from_file/analysis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Modules/laser_injection_from_file/analysis.py b/Examples/Modules/laser_injection_from_file/analysis.py index 03c2a3c5c..e095f991b 100755 --- a/Examples/Modules/laser_injection_from_file/analysis.py +++ b/Examples/Modules/laser_injection_from_file/analysis.py @@ -218,7 +218,7 @@ def launch_analysis(executable): def main() : - executables = glob.glob("main2d*") + executables = glob.glob("*.ex") if len(executables) == 1 : launch_analysis(executables[0]) else : |