Implementata pulizia builddir.
This commit is contained in:
parent
27e004a84b
commit
c153362a06
1 changed files with 2 additions and 1 deletions
3
build.py
3
build.py
|
@ -164,7 +164,8 @@ class Build(object):
|
||||||
|
|
||||||
def __del__(self):
|
def __del__(self):
|
||||||
"""Destructor"""
|
"""Destructor"""
|
||||||
del self.__builddir__
|
# Cleaning up build directory
|
||||||
|
shutil.rmtree(self.__builddir__)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Reference in a new issue