Skip to content
Snippets Groups Projects
Verified Commit 9c0ab4fb authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

scripts: Adapt some docstrings

parent 958d67ae
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ class AppEnvBuilder(EnvBuilder):
return builder
def post_setup(self, context):
"""Do post-setup operations like upgrade setuptools and pip, install the"""
"""Do post-setup operations like upgrade setuptools and pip."""
super().post_setup(context)
self.context = context
......
......@@ -9,7 +9,7 @@ from common import APPS_DIR
def list_apps():
"""List all the known apps with a requirements.txt file"""
"""List all known apps with a requirements.txt file"""
for req_file in sorted(APPS_DIR.glob("*/requirements.txt")):
yield req_file.parent.stem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment