Skip to content

Commit

Permalink
Unbreak artiq_flash.sh.
Browse files Browse the repository at this point in the history
whitequark committed Nov 7, 2015
1 parent a7c9c95 commit 0b5e1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/frontend/artiq_flash.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0b5e1d1

Please sign in to comment.