space
This commit is contained in:
parent
93708b7625
commit
6cf39c2ba6
1 changed files with 4 additions and 3 deletions
|
@ -98,6 +98,7 @@ class Tasks(Thread):
|
|||
|
||||
def load_tasks(self):
|
||||
if os.path.exists(self._taskspath):
|
||||
logger.debug('loading tasks')
|
||||
try:
|
||||
with open(self._taskspath) as f:
|
||||
tasks = json.load(f)
|
||||
|
|
Loading…
Reference in a new issue