debug
This commit is contained in:
parent
f988ed8067
commit
217afc4715
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ class WorkdirFS(Operations):
|
|||
if os.path.exists(self.configlast):
|
||||
with open(self.configlast, 'r') as fh:
|
||||
yesterday = fh.readline().strip()
|
||||
print("yesterday: "+yesterday, end='\n')
|
||||
if yesterday == None:
|
||||
self.yesterday = self.today
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue