forked from M-Labs/artiq
Unbreak artiq_flash.sh.
This commit is contained in:
parent
a7c9c95085
commit
0b5e1d174c
|
@ -13,7 +13,7 @@ def run(script):
|
|||
run("""
|
||||
set -e
|
||||
|
||||
ARTIQ_PREFIX=$(python3 -c "import artiq; print(artiq.__path__[0])")
|
||||
ARTIQ_PREFIX=$(python3.5 -c "import artiq; print(artiq.__path__[0])")
|
||||
|
||||
# Default is kc705
|
||||
BOARD=kc705
|
||||
|
|
Loading…
Reference in New Issue