changeset 12097:c9f5afad5250 draft

<fizzie> sled /hackenv/bin/gs2c.py//s|bin/gs2.py|/hackenv/bin/gs2.py|
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 22:25:06 +0000
parents 98ed38b7d553
children 8e2e8092500d
files bin/gs2c.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/gs2c.py	Sat Nov 16 22:23:13 2019 +0000
+++ b/bin/gs2c.py	Sat Nov 16 22:25:06 2019 +0000
@@ -10,7 +10,7 @@
     msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)
 
 mnemonics = {}
-with open('bin/gs2.py') as f:
+with open('/hackenv/bin/gs2.py') as f:
     for line in f:
         if '#=' in line:
             a, b = line.split('#=')