issue_comments: 559221410
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/3567#issuecomment-559221410 | https://api.github.com/repos/pydata/xarray/issues/3567 | 559221410 | MDEyOklzc3VlQ29tbWVudDU1OTIyMTQxMA== | 14808389 | 2019-11-27T19:26:00Z | 2019-11-30T13:43:46Z | MEMBER | this is something that looks somewhat like a hack to me, but how about not installing at all but rather using
Edit: unfortunately Edit2: it might have side-effects, but using Actually, we only need root = pathlib.Path(file).parent.parent.absolute() sys.path = [path for path in sys.path if path not in (str(root), str(root.parent))] sys.path.insert(0, str(root)) ``` but this looks even more like a hack to me. What do you think? |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
527755536 |