typo, 'timer.repo()' -> 'timer.redo()'
This commit is contained in:
parent
a2ccf85abf
commit
90df25cd8d
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@ class Module(ModuleManager.BaseModule):
|
|||
backup_file = "%s.%s" % (location, suffix)
|
||||
shutil.copy2(location, backup_file)
|
||||
|
||||
timer.repo()
|
||||
timer.redo()
|
||||
|
|
Loading…
Reference in a new issue