fix docstring

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Jakub Trllo 2024-04-17 11:27:35 +02:00 committed by GitHub
parent 787e3ad90d
commit 24c3b2c5c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -204,9 +204,7 @@ class ApplicationsAddon(AYONAddon, IPluginPaths):
json.dump(env, file_stream, indent=4)
def _cli_launch_applications(self, project, folder, task, app):
"""Produces json file with environment based on project and app.
Called by farm integration to propagate environment into farm jobs.
"""Launch application.
Args:
project (str): Project name.