Skip to content

ebeyerle/Clean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean

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.

About

Removes files ending in .pyc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages