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