Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit fd52d63

Browse files
committed
Merge branch 'hotfix/creator-clear'
2 parents a6fe540 + e5dbde9 commit fd52d63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

avalon/tools/creator/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,6 @@ def _on_data_changed(self):
301301
if asset:
302302
# Get plugin and family
303303
plugin = item.data(PluginRole)
304-
task = io.Session.get('AVALON_TASK', None)
305-
sanitized_task = re.sub('[^0-9a-zA-Z]+', '_', task)
306304
family = plugin.family.rsplit(".", 1)[-1]
307305

308306
if family in self.taskSubsetFamilies:

0 commit comments

Comments
 (0)