forked from aniani/nasm
test: nasm-t -- Skip descriptors without description
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
@@ -62,7 +62,9 @@ def is_valid_desc(desc):
|
|||||||
if desc == None:
|
if desc == None:
|
||||||
return False
|
return False
|
||||||
if 'description' not in desc:
|
if 'description' not in desc:
|
||||||
return false
|
return False
|
||||||
|
if desc['description'] == "":
|
||||||
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user