Skip to content

Commit

Permalink
Commit from GitHub Actions (Format Nim Files)
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Aug 7, 2023
1 parent e9b5942 commit 4b10d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kpkg/modules/dephandler.nim
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ proc dephandler*(pkgs: seq[string], ignoreDeps = @[" "], bdeps = false): seq[st

if not isEmptyOrWhitespace(pkgdeps.join()):
for dep in pkgdeps:

repo = findPkgRepo(dep)

if repo == "":
err("Package "&dep&" doesn't exist", false)

let deprf = parse_runfile(repo&"/"&dep)

if not isEmptyOrWhitespace(deprf.bdeps.join()):
Expand Down

0 comments on commit 4b10d9e

Please sign in to comment.