artiq_devtool: fix typo.

pull/922/head
whitequark 2018-01-26 13:55:31 +00:00
parent 440e19b8f9
commit 08101b631d
1 changed files with 1 additions and 1 deletions

View File

@ -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")