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):
|
if os.path.exists(self.configlast):
|
||||||
with open(self.configlast, 'r') as fh:
|
with open(self.configlast, 'r') as fh:
|
||||||
yesterday = fh.readline().strip()
|
yesterday = fh.readline().strip()
|
||||||
|
print("yesterday: "+yesterday, end='\n')
|
||||||
if yesterday == None:
|
if yesterday == None:
|
||||||
self.yesterday = self.today
|
self.yesterday = self.today
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue