Skip to content

Commit

Permalink
add Python2 shebang
Browse files Browse the repository at this point in the history
Allow running Salsa script as command, ensuring python2
  • Loading branch information
VarIr authored Nov 5, 2020
1 parent 974589f commit 216bb63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python2
import os
import stat
import argparse
Expand Down

0 comments on commit 216bb63

Please sign in to comment.