Skip to content
  • Guido Trotter's avatar
    Use constants.LOCKS_REPLACE instead of hardcoding · f6d9a522
    Guido Trotter authored
    This constant replaces what we used to write in recalculate_locks, and
    represents the lock recalculation mode. It lives in constants.py because
    it's used only in cmdlib, and thus doesn't deal with the locking library
    by itself.
    
    Reviewed-by: iustinp
    f6d9a522