Skip to content

Commit

Permalink
Fixes #150. properly sets schema when priority present.
Browse files Browse the repository at this point in the history
  • Loading branch information
arlake228 committed Feb 19, 2025
1 parent 15cb09a commit c58a7f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def add_local_lead_bind_map(self, bind=None):
def post_task(self):

if self.schema() is None:
if self.priority() is None:
if self.priority() is not None:
#priority introduced in v3
self.schema(3)
elif self.contexts():
Expand Down

0 comments on commit c58a7f9

Please sign in to comment.