From 589e8b3561f26dd2f601f289af6aeffcbbfa0814 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Tue, 17 Dec 2019 14:46:18 -0500 Subject: [PATCH] 0.3.6: absent nimbledirs are okay; fixes #76 --- nimph.nimble | 2 +- src/nimph/config.nim | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/nimph.nimble b/nimph.nimble index 1fd14f3..ff8594e 100644 --- a/nimph.nimble +++ b/nimph.nimble @@ -1,4 +1,4 @@ -version = "0.3.5" +version = "0.3.6" author = "disruptek" description = "nim package handler from the future" license = "MIT" diff --git a/src/nimph/config.nim b/src/nimph/config.nim index 9503ad9..d125554 100644 --- a/src/nimph/config.nim +++ b/src/nimph/config.nim @@ -411,7 +411,6 @@ iterator pathSubsFor(config: ConfigRef; sub: string; conf: string): string = else: yield search break found - raise newException(ValueError, "unable to compute $" & sub) else: yield config.pathSubs(&"${sub}", conf) / ""