Skip to content

Commit a1cd225

Browse files
author
nikolaev
committed
Fixed the license installation issue
1 parent 15bf328 commit a1cd225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

f5/bigip/tm/sys/license.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ def __init__(self, sys):
4646
def exec_cmd(self, command, **kwargs):
4747
self._is_allowed_command(command)
4848
self._check_command_parameters(**kwargs)
49-
if LooseVersion(self._meta_data['bigip']._meta_data['tmos_version']) < LooseVersion('13.1.0'):
49+
if LooseVersion(self._meta_data['bigip']._meta_data['tmos_version']) < LooseVersion('13.1.0') and command == 'revoke':
5050
raise UnsupportedTmosVersion('%s is not supported until version 13.1' % command)
5151
return self._exec_cmd(command, **kwargs)

0 commit comments

Comments
 (0)