mirror of https://github.com/m-labs/artiq.git
artiq_flash.sh: back down on verbosity
This commit is contained in:
parent
c381102019
commit
07ceed9512
|
@ -3,7 +3,7 @@
|
||||||
# exit on error
|
# exit on error
|
||||||
set -e
|
set -e
|
||||||
# print commands
|
# print commands
|
||||||
set -v
|
#set -x
|
||||||
|
|
||||||
ARTIQ_PREFIX=$(python3 -c "import artiq; print(artiq.__path__[0])")
|
ARTIQ_PREFIX=$(python3 -c "import artiq; print(artiq.__path__[0])")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue