From 4ee4650837bb32c73f8fa80ec98b177d650afc18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yngve=20H=C3=B8iseth?= Date: Fri, 31 May 2019 13:48:57 +0200 Subject: [PATCH] Ease troubleshooting on worker instances --- platformshconfig/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformshconfig/config.py b/platformshconfig/config.py index 4bf4cfb..7a808fe 100644 --- a/platformshconfig/config.py +++ b/platformshconfig/config.py @@ -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