mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
Fix Pycharm Plugin Windows/Linux interoperability
This commit is contained in:
parent
c9cbe1c903
commit
883b73ce30
@ -980,6 +980,8 @@ class ScriptInfo(object):
|
|||||||
@classmethod
|
@classmethod
|
||||||
def _get_working_dir(cls, repo_root, return_abs=False):
|
def _get_working_dir(cls, repo_root, return_abs=False):
|
||||||
if VCS_WORK_DIR.get():
|
if VCS_WORK_DIR.get():
|
||||||
|
if return_abs and repo_root:
|
||||||
|
return (Path(repo_root) / VCS_WORK_DIR.get()).absolute().as_posix()
|
||||||
return VCS_WORK_DIR.get()
|
return VCS_WORK_DIR.get()
|
||||||
|
|
||||||
# get the repository working directory (might be different from actual cwd)
|
# get the repository working directory (might be different from actual cwd)
|
||||||
|
Loading…
Reference in New Issue
Block a user