correct docstring
This commit is contained in:
parent
eb5f74b3c9
commit
e1b984b561
1 changed files with 1 additions and 1 deletions
|
|
@ -4842,7 +4842,7 @@ def apply_volume_policy(build, strict=False):
|
|||
|
||||
The strict options determines what happens in the case of a bad policy.
|
||||
If strict is True, and exception will be raised. Otherwise, the existing
|
||||
volume we be retained (or DEFAULT will be used if the build has no volume)
|
||||
volume we be retained.
|
||||
"""
|
||||
policy_data = {'build': build}
|
||||
volume = check_volume_policy(policy_data, strict=strict)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue