The clean.py program will walk through the directories and remove any files ending with ".pyc". Sometimes the generate.py program will make a .pyc file, making the number of files cleaned be one greater than number of files with .pyc created by the generator. To overcome this problem, I made condition in the unit test that checks if "generate.pyc" was created and have it removed so the number of files cleaned and generated are equal.
-
Notifications
You must be signed in to change notification settings - Fork 0
ebeyerle/Clean
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Removes files ending in .pyc
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published