mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 00:05:37 +00:00
eclipse plugin: Remove the dependencies feature's...
...temporary folder as well.
This commit is contained in:
parent
a1bc69949f
commit
d86437472a
@ -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…
x
Reference in New Issue
Block a user