diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-09-12 10:17:16 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-09-12 10:17:16 +0200 |
commit | 715292ba092ea12c1fdad8a369608e348bec26ce (patch) | |
tree | 6558353b95664dbab912e289d348727fa896bcea | |
parent | 1671238abc5f20bc59b83a00615807c81cce2309 (diff) | |
download | rumba-715292ba092ea12c1fdad8a369608e348bec26ce.tar.gz rumba-715292ba092ea12c1fdad8a369608e348bec26ce.zip |
prototypes: Fix enroll.py
enroll.py was missing the correct program to execute when executed via
the shell. bash was assumed while Python was needed.
-rwxr-xr-x | rumba/prototypes/enroll.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rumba/prototypes/enroll.py b/rumba/prototypes/enroll.py index 6d55b36..774ba52 100755 --- a/rumba/prototypes/enroll.py +++ b/rumba/prototypes/enroll.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # # A library to manage ARCFIRE experiments # |