mirror of https://github.com/m-labs/artiq.git
Unbreak artiq_flash.sh.
This commit is contained in:
parent
a7c9c95085
commit
0b5e1d174c
|
@ -13,7 +13,7 @@ def run(script):
|
||||||
run("""
|
run("""
|
||||||
set -e
|
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
|
# Default is kc705
|
||||||
BOARD=kc705
|
BOARD=kc705
|
||||||
|
|
Loading…
Reference in New Issue