mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-29 05:03:34 +08:00
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
Block a user