Browse Source

Make code/create_rawdata.py executable and gain a shebang

Yaroslav Halchenko 9 months ago
parent
commit
b24b1bb8c2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ephys_neuropixel/rawdata/code/create_rawdata.py

+ 2 - 0
ephys_neuropixel/rawdata/code/create_rawdata.py

@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
 import itertools
 import pathlib