mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
f5: raise exception (#43409)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
Tim Rupp
parent
cc3dadf16e
commit
a44adc1dc9
@@ -302,7 +302,7 @@ def transform_name(partition='', name='', sub_path=''):
|
||||
partition = '~' + partition
|
||||
else:
|
||||
if sub_path:
|
||||
F5ModuleError(
|
||||
raise F5ModuleError(
|
||||
'When giving the subPath component include partition as well.'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user