Skip to content
Snippets Groups Projects
Commit a5963a33 authored by Ronald Jäpel's avatar Ronald Jäpel
Browse files

add default repo location

parent ddd6f2a3
No related branches found
No related tags found
No related merge requests found
......@@ -534,7 +534,7 @@ class BaseRepo:
class ProjectRepo(BaseRepo):
def __init__(self, repository_path=None, output_folder=None,
def __init__(self, repository_path=".", output_folder=None,
search_parent_directories=True, *args, **kwargs):
"""
Class for Project-Repositories. Handles interaction between the project repo and
......
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