зеркало из https://github.com/mozilla/iris.git
Correct bad path construction
This commit is contained in:
Родитель
af3e26508e
Коммит
83b286f70e
|
@ -274,7 +274,7 @@ def get_working_dir():
|
|||
logger.debug("Repo root: %s" % repo_root)
|
||||
repo_name = os.path.basename(repo_root)
|
||||
logger.debug("Repo name: %s" % repo_name)
|
||||
return "%s/.%s" % (home, repo_name)
|
||||
return "%s%s.%s" % (home, os.sep, repo_name)
|
||||
|
||||
|
||||
def trim_path(path):
|
||||
|
|
Загрузка…
Ссылка в новой задаче