Fixed FileProject.delete() bug. Preparing for libpit 1.1.6
This commit is contained in:
12
issues/libpit/0018c4.rst
Normal file
12
issues/libpit/0018c4.rst
Normal file
@ -0,0 +1,12 @@
|
||||
FileProject.delete() does not handle sub-projects correctly.
|
||||
============================================================
|
||||
|
||||
FileProject.delete() deletes the project directory if the directory is empty,
|
||||
but fails to do so if the directory is not empty.
|
||||
|
||||
Initial Recommendation
|
||||
----------------------
|
||||
|
||||
Loop through the issues and delete the files, loop through the projects and
|
||||
call Project.delete(). Alternatively, use File.deleteDir() rather than
|
||||
File.delete()
|
2
issues/libpit/0019t4.rst
Normal file
2
issues/libpit/0019t4.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Add unit tests for FileIssue.delete()
|
||||
=====================================
|
2
issues/libpit/0020t4.rst
Normal file
2
issues/libpit/0020t4.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Add unit tests for FileProject.delete()
|
||||
=======================================
|
Reference in New Issue
Block a user