rename to avoid bad identifiers
This commit is contained in:
parent
8232776e41
commit
66951ce1ae
@ -246,13 +246,3 @@ class BackupRotator:
|
||||
else:
|
||||
self.log("Purging directory:", dir_path)
|
||||
shutil.rmtree(dir_path)
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
rotator = BackupRotator()
|
||||
rotator.run()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Loading…
Reference in New Issue
Block a user