Unbreak artiq_flash.sh.

This commit is contained in:
whitequark 2015-11-07 13:26:14 +03:00
parent a7c9c95085
commit 0b5e1d174c
1 changed files with 1 additions and 1 deletions

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