eclipse plugin: Remove the dependencies feature's...
...temporary folder as well.
This commit is contained in:
parent
a1bc69949f
commit
d86437472a
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ for cleanup_file in to_cleanup:
|
|||
|
||||
try: shutil.rmtree( "../org.wesnoth.feature/feature.temp.folder" )
|
||||
except: pass
|
||||
|
||||
try: shutil.rmtree( "../org.wesnoth.dependencies.feature/feature.temp.folder" )
|
||||
except: pass
|
||||
|
||||
# Local variables:
|
||||
# mode: python
|
||||
|
|
Loading…
Add table
Reference in a new issue