Revision debac808 lib/mcpu.py

b/lib/mcpu.py
387 387
          except errors.LockError:
388 388
            raise errors.OpPrereqError(
389 389
              "Couldn't add locks (%s), probably because of a race condition"
390
              " with another job, who added them first" % add_locks)
390
              " with another job, who added them first" % add_locks,
391
              errors.ECODE_FAULT)
391 392

  
392 393
          acquired = add_locks
393 394

  

Also available in: Unified diff