Skip to content
Snippets Groups Projects
Commit 28fde5f6 authored by mjbonifa's avatar mjbonifa
Browse files

fix: had to resolve the phen_path to full path rather than using the relative...

fix: had to resolve the phen_path to full path rather than using the relative path ../nnnn. closes #33
parent c4a105e1
No related branches found
No related tags found
No related merge requests found
......@@ -215,6 +215,7 @@ def init(phen_dir, remote_url):
repo = git.Repo.init(phen_path)
commit_count = 0
phen_path = phen_path.resolve()
# initialise empty repos
if commit_count == 0:
# create initial commit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment