We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123f35c commit 564e244Copy full SHA for 564e244
.templates/nodered/build.py
@@ -149,7 +149,7 @@ def checkForIssues():
149
def checkFiles():
150
fileIssues = []
151
if not os.path.exists(serviceService + '/addons_list.yml'):
152
- fileIssues.append(serviceService + '/addons_list.yml does not exist. Build addons file to fix.')
+ fileIssues.append('/addons_list.yml does not exist. Build addons file in options to fix. This is optional')
153
return fileIssues
154
155
############################
0 commit comments