Skip to content

Commit

Permalink
OP-2053 - bump down order of collector for current file
Browse files Browse the repository at this point in the history
It depends on valid extension
  • Loading branch information
kalisp committed Dec 8, 2021
1 parent 97404ab commit 5dc2fd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class CollectCurrentFile(pyblish.api.ContextPlugin):
"""Inject the current working file into context"""

order = pyblish.api.CollectorOrder - 0.5
order = pyblish.api.CollectorOrder - 0.49
label = "Current File"
hosts = ["photoshop"]

Expand Down

0 comments on commit 5dc2fd0

Please sign in to comment.