forked from M-Labs/artiq
artiq_flash: fix cmdline formatting
This commit is contained in:
parent
46d5af31a1
commit
0635907699
|
@ -184,6 +184,7 @@ class Programmer:
|
|||
cmdline += ["-s", scripts_path()]
|
||||
cmdline += ["-c", "; ".join(self.script())]
|
||||
|
||||
cmdline = [arg.replace("{", "{{").replace("}", "}}") for arg in cmdline]
|
||||
self._client.run_command(cmdline)
|
||||
self._client.download()
|
||||
|
||||
|
|
Loading…
Reference in New Issue