2
0
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:
whitequark 2015-11-07 13:26:14 +03:00
parent a7c9c95085
commit 0b5e1d174c

View File

@ -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