Fix date format for child files
This commit is contained in:
parent
1709fd5974
commit
d2689fc3ab
|
@ -46,7 +46,7 @@ class backupFile():
|
||||||
if weekly == None: weekly = self.weekly
|
if weekly == None: weekly = self.weekly
|
||||||
if monthly == None: monthly = self.monthly
|
if monthly == None: monthly = self.monthly
|
||||||
if dateformat == None: dateformat = self.dateformat
|
if dateformat == None: dateformat = self.dateformat
|
||||||
newfile = backupFile(daily, weekly, monthly, path)
|
newfile = backupFile(daily, weekly, monthly, path, dateformat)
|
||||||
return(newfile)
|
return(newfile)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
|
Loading…
Reference in New Issue