From 2780d327bbcac5df1bc7b3f45f11be42eb5781f2 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 19 Feb 2022 14:17:10 +0100 Subject: make relative malcontent dir paths work when passed on the command line --- src/hydrilla/server/serve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/hydrilla/server/serve.py b/src/hydrilla/server/serve.py index 9bcfb93..a5cdee8 100644 --- a/src/hydrilla/server/serve.py +++ b/src/hydrilla/server/serve.py @@ -578,7 +578,7 @@ def start(malcontent_dir: Optional[str], hydrilla_project_url: Optional[str], hydrilla_config = config.load([config_path]) if malcontent_dir is not None: - hydrilla_config['malcontent_dir'] = malcontent_dir + hydrilla_config['malcontent_dir'] = str(Path(malcontent_dir).resolve()) if hydrilla_project_url is not None: hydrilla_config['hydrilla_project_url'] = hydrilla_project_url -- cgit v1.2.3 mit' value='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages.scm
AgeCommit message (Expand)Author
2020-07-30packages: 'generate-package-cache' is deterministic....Ludovic Courtès
2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès
2020-01-17packages: Prevent inlining of 'find-best-packages-by-name'....Ludovic Courtès
2020-01-06Adjust module autoloads....Ludovic Courtès
2019-10-14packages: 'fold-available-packages' uses 'supported-package?'....Ludovic Courtès
2019-09-06packages: 'generate-package-cache' uses 'supported-package?'....Ludovic Courtès
2019-06-27Merge branch 'master' into core-updatesLudovic Courtès
2019-06-27packages: 'specification->package+output' distinguishes "no output specified"....Ludovic Courtès
2019-06-14packages: Remove 'search-bootstrap-binary'....Ludovic Courtès
2019-05-01Merge branch 'master' into core-updatesMarius Bakke
2019-03-28packages: Reintroduce 'find-newest-available-packages'....Ludovic Courtès
2019-03-14Merge branch 'staging' into core-updatesMarius Bakke
2019-03-11packages: Add the channel .go files to the search path....Ludovic Courtès
2019-02-20Merge branch 'staging' into core-updatesMarius Bakke
2019-02-16packages: Remove duplicates from package cache....Ludovic Courtès
2019-02-06Merge branch 'master' into core-updatesRicardo Wurmus