diff options
author | 2020-01-16 11:56:17 -0800 | |
---|---|---|
committer | 2020-01-16 11:56:17 -0800 | |
commit | d1d8ec2d4f2562c4e6b810d8f5fa44d353fc3274 (patch) | |
tree | 5fa7686982a26518a626773258cac18e6c015c7a /Examples/Modules/laser_injection_from_file/analysis.py | |
parent | c94aa99ea907910acaa7ffabc2e243bddd73096a (diff) | |
parent | 1f5fd091998137321dbcad3f372827c01992faa0 (diff) | |
download | WarpX-d1d8ec2d4f2562c4e6b810d8f5fa44d353fc3274.tar.gz WarpX-d1d8ec2d4f2562c4e6b810d8f5fa44d353fc3274.tar.zst WarpX-d1d8ec2d4f2562c4e6b810d8f5fa44d353fc3274.zip |
Merge pull request #631 from ax3l/fix-shellBangPy
Fix ShellBang Python Analysis
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 23b479c2d..87ef197dd 100755 --- a/Examples/Modules/laser_injection_from_file/analysis.py +++ b/Examples/Modules/laser_injection_from_file/analysis.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python # This file is part of the WarpX automated test suite. It is used to test the # injection of a laser pulse from an external binary file. |