Skip to content

Commit c58a7f9

Browse files
committed
Fixes #150. properly sets schema when priority present.
1 parent 15cb09a commit c58a7f9

File tree

1 file changed

+1
-1
lines changed
  • psconfig/perfsonar-psconfig/psconfig/client/pscheduler

1 file changed

+1
-1
lines changed

psconfig/perfsonar-psconfig/psconfig/client/pscheduler/task.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def add_local_lead_bind_map(self, bind=None):
375375
def post_task(self):
376376

377377
if self.schema() is None:
378-
if self.priority() is None:
378+
if self.priority() is not None:
379379
#priority introduced in v3
380380
self.schema(3)
381381
elif self.contexts():

0 commit comments

Comments
 (0)