mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-28 20:53:35 +08:00
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
Block a user