mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
deleted TASK_ID_ environ
This commit is contained in:
parent
1aac16e913
commit
13bc5081dc
1 changed files with 0 additions and 1 deletions
|
|
@ -353,7 +353,6 @@ class AppAction(object):
|
|||
task = session.query('Task where id is {}'.format(entity['id'])).one()
|
||||
self.log.info('Starting timer for task: ' + task['name'])
|
||||
user.start_timer(task, force=True)
|
||||
os.environ["FTRACK_LAST_TASK_ID"] = entity['id']
|
||||
|
||||
return {
|
||||
'success': True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue