From ab114892cfd7c472e8ada0c8834e12041f5d02ad Mon Sep 17 00:00:00 2001 From: Ryan Grout Date: Thu, 1 Oct 2020 14:34:18 -0500 Subject: [PATCH] Add shebang for python3. Resolves hangup when script is called as an executable. --- genForcing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/genForcing.py b/genForcing.py index 9d48735..95a4933 100755 --- a/genForcing.py +++ b/genForcing.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import argparse import os