aboutsummaryrefslogtreecommitdiff
path: root/Examples/Modules/laser_injection_from_file/analysis.py
diff options
context:
space:
mode:
authorGravatar Andrew Myers <atmyers@lbl.gov> 2020-01-16 11:56:17 -0800
committerGravatar GitHub <noreply@github.com> 2020-01-16 11:56:17 -0800
commitd1d8ec2d4f2562c4e6b810d8f5fa44d353fc3274 (patch)
tree5fa7686982a26518a626773258cac18e6c015c7a /Examples/Modules/laser_injection_from_file/analysis.py
parentc94aa99ea907910acaa7ffabc2e243bddd73096a (diff)
parent1f5fd091998137321dbcad3f372827c01992faa0 (diff)
downloadWarpX-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-xExamples/Modules/laser_injection_from_file/analysis.py2
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.