Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit d9c3fbd

Browse files
committed
fix tabs
1 parent 0df9d0e commit d9c3fbd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

compiler.nim

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ proc compiler(): int =
250250
pyarmor_cmd.add("""" 765678976567.py""")
251251

252252
if obfuscate:
253-
echo pyarmor_cmd
254-
discard execShellCmd(pyarmor_cmd)
253+
echo pyarmor_cmd
254+
discard execShellCmd(pyarmor_cmd)
255255
else:
256-
echo pyinst_cmd
257-
discard execShellCmd(pyinst_cmd)
256+
echo pyinst_cmd
257+
discard execShellCmd(pyinst_cmd)
258258

259259
var name = $rand(6969) & ".exe"
260260
if fileExists(currdir / "dist" / "765678976567.exe"):

0 commit comments

Comments
 (0)