Skip to content

Commit 0238a44

Browse files
author
chadcarlson
committed
Small fixes.
1 parent d614149 commit 0238a44

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

platformshconfig/config.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,9 @@ def get_route(self, route_id):
362362
def application(self):
363363
"""Returns the application definition dict.
364364
365+
This is, approximately, the .platform.app.yaml file as a nested dict. However, it also has other information
366+
added by Platform.sh as part of the build and deploy process.
367+
365368
Returns:
366369
The application definition dict.
367370
@@ -385,7 +388,7 @@ def on_dedicated(self):
385388
return self.is_valid_platform() and self['MODE'] == 'enterprise'
386389

387390
def on_enterprise(self):
388-
"""Determines if the current environment is a Platform.sh Enterprise environment.
391+
"""Determines if the current environment is a Platform.sh Dedicated environment.
389392
390393
@deprecated
391394

0 commit comments

Comments
 (0)