mirror of https://github.com/apache/cloudstack.git
fixed indentaion problem in utils.py :359
This commit is contained in:
parent
3e8e44d582
commit
9d00bfeba2
|
|
@ -330,7 +330,7 @@ def is_snapshot_on_nfs(apiclient, dbconn, config, zoneid, snapshotid):
|
|||
return 'snapshot exists' in result
|
||||
|
||||
def validateList(inp):
|
||||
'''
|
||||
"""
|
||||
@name: validateList
|
||||
@Description: 1. A utility function to validate
|
||||
whether the input passed is a list
|
||||
|
|
@ -349,7 +349,7 @@ def validateList(inp):
|
|||
default to None.
|
||||
INVALID_INPUT
|
||||
EMPTY_LIST
|
||||
'''
|
||||
"""
|
||||
ret = [FAIL, None, None]
|
||||
if inp is None:
|
||||
ret[2] = INVALID_INPUT
|
||||
|
|
|
|||
Loading…
Reference in New Issue