forked from M-Labs/artiq
artiq_devtool: fix typo.
This commit is contained in:
parent
440e19b8f9
commit
08101b631d
|
@ -157,7 +157,7 @@ def main():
|
||||||
|
|
||||||
elif action == "clean":
|
elif action == "clean":
|
||||||
logger.info("Cleaning build directory")
|
logger.info("Cleaning build directory")
|
||||||
shutil.rmtree(build_dir, ignore_errors=True)
|
shutil.rmtree(build_dir(), ignore_errors=True)
|
||||||
|
|
||||||
elif action == "reset":
|
elif action == "reset":
|
||||||
logger.info("Resetting device")
|
logger.info("Resetting device")
|
||||||
|
|
Loading…
Reference in New Issue