Compare commits

..

No commits in common. "904781d5c645b014e37972c48894b411c42964c3" and "6192f24cef77616217b39466efc826161679a5b0" have entirely different histories.

2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -149,4 +149,3 @@ dmypy.json
# Cython debug symbols
cython_debug/
.vscode/launch.json

View File

@ -69,8 +69,8 @@ def process_file(child, daydates, monthdates, quarterdates, yeardates):
print(f'{{"name": "{child.name}", "filedate": "{filedate}", "keep": "{keep}", "action": "none"}}')
else:
print(f'{{"name": "{child.name}", "filedate": "{filedate}", "keep": "{keep}" , "action": "to remove"}}')
os.remove(child)
print(f'{{"name": "{child.name}", "filedate": "{filedate}", "keep": "{keep}" , "action": "removed"}}')
#os.remove(child)
#print(f'{{"name": "{child.name}", "filedate": "{filedate}", "keep": "{keep}" , "action": "removed"}}')
def test_for_keep(filedate, daydates, monthdates, quarterdates, yeardates):