Typo
This commit is contained in:
parent
fa213e5733
commit
f65acbc243
|
@ -26,10 +26,10 @@ def isnt_test_script_available(props):
|
|||
def _files_to_upload(props):
|
||||
return ','.join(props.getProperty(files_to_upload).split("\n"), default="")
|
||||
|
||||
@util_renderer
|
||||
@util.renderer
|
||||
def files_to_upload(props):
|
||||
return files_to_upload(props)
|
||||
|
||||
@util_renderer
|
||||
@util.renderer
|
||||
def no_files_to_upload(props):
|
||||
return not _files_to_upload(props)
|
||||
|
|
Loading…
Reference in New Issue
Block a user