mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-28 20:53:35 +08:00
artiq_devtool: fix typo.
This commit is contained in:
parent
440e19b8f9
commit
08101b631d
@ -157,7 +157,7 @@ def main():
|
||||
|
||||
elif action == "clean":
|
||||
logger.info("Cleaning build directory")
|
||||
shutil.rmtree(build_dir, ignore_errors=True)
|
||||
shutil.rmtree(build_dir(), ignore_errors=True)
|
||||
|
||||
elif action == "reset":
|
||||
logger.info("Resetting device")
|
||||
|
Loading…
Reference in New Issue
Block a user