diff options
Diffstat (limited to 'ybd/assembly.py')
-rw-r--r-- | ybd/assembly.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ybd/assembly.py b/ybd/assembly.py index 0e3cb3e..a4125d1 100644 --- a/ybd/assembly.py +++ b/ybd/assembly.py @@ -39,6 +39,7 @@ class RetryException(Exception): str(l.fileno())]) app.config['last-retry'] = datetime.datetime.now() app.config['last-retry-component'] = component + shutil.rmtree(os.path.join(config['tmp'])) pass |