Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion platformshconfig/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def routes(self):
)
if not self._routesDef:
raise NotValidPlatformException(
'No routes are defined. Are you sure you are running on Platform.sh?'
'No routes are defined. Are you sure you are running on Platform.sh and not on a worker instance?'
)
return self._routesDef

Expand Down