Get the path separator right on windows.
It used to use: C:\Users\sforman/.joypy which worked, but ew.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ from dulwich.repo import Repo
|
||||
|
||||
|
||||
COMMITTER = 'Joy <[email protected]>'
|
||||
DEFAULT_JOY_HOME = '~/.joypy'
|
||||
DEFAULT_JOY_HOME = expanduser(join('~', '.joypy'))
|
||||
|
||||
|
||||
def home_dir(path):
|
||||
|
||||
Reference in New Issue
Block a user