Typo #23

Merged
PeterSurda merged 1 commits from upload into master 2022-08-08 03:41:49 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -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)