mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Removing unused msi_conformant_version_assert()
This commit is contained in:
parent
8f2b7538a5
commit
b65f5fef49
@ -710,11 +710,6 @@ def versions_report(include_salt_cloud=False):
|
||||
yield line
|
||||
|
||||
|
||||
def msi_conformant_version_assert(condtition, txt):
|
||||
if not condtition:
|
||||
raise ValueError(txt)
|
||||
|
||||
|
||||
def msi_conformant_version():
|
||||
'''
|
||||
A msi conformant version consists of up to 4 numbers, each smaller than 256, except the 4th.
|
||||
|
Loading…
Reference in New Issue
Block a user