aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-07-03 21:49:57 +0530
committerGitHub <noreply@github.com>2020-07-03 21:49:57 +0530
commit3dfe4ce5def53e1e2614ffa6430336c9764cfc84 (patch)
treeaecb0e4f8130cc0833b94d7bf2f28ad389f12240
parente2158be79195d39bb8ae62eddfa2a5b39fc41482 (diff)
added shebang
-rw-r--r--scripts/makeReport.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/makeReport.py b/scripts/makeReport.py
index dcf3576..b905cf0 100644
--- a/scripts/makeReport.py
+++ b/scripts/makeReport.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python3
import argparse
parser = argparse.ArgumentParser(description="Make Report Helper Script")