From 216bb63e06241b95b0af56d9d40fb892a579bcdb Mon Sep 17 00:00:00 2001 From: Roman Feldbauer Date: Thu, 5 Nov 2020 18:37:36 +0100 Subject: [PATCH] add Python2 shebang Allow running Salsa script as command, ensuring python2 --- run_pipeline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run_pipeline.py b/run_pipeline.py index c73a42d..883f654 100644 --- a/run_pipeline.py +++ b/run_pipeline.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python2 import os import stat import argparse