Revision 3c631ea2 lib/jqueue.py

b/lib/jqueue.py
517 517

  
518 518
        changed = True
519 519

  
520
        # Note: this also changes the on-disk priority ("op.priority" is only in
521
        # memory)
522
        op.input.priority = priority
520
        # Set new priority (doesn't modify opcode input)
523 521
        op.priority = priority
524 522

  
525 523
      if changed:

Also available in: Unified diff