Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
litlighilit committed Jul 17, 2024
1 parent 224fd5e commit 7283a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pylib/Lib/test/main.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import std/strutils
import std/os
const SourceDir = currentSourcePath().parentDir
when defined(js):
const jsExcludes = SourceDir / "skipJs.txt".slurp.strip().splitLines()
const jsExcludes = (SourceDir / "skipJs.txt").slurp.strip().splitLines()

import std/macros

Expand Down

0 comments on commit 7283a7a

Please sign in to comment.