csbridge / csbridge2020

3 stars 9 forks source link

Fix solution path inconsistency issue #4

Closed ahmetuysal closed 4 years ago

ahmetuysal commented 4 years ago

Resolves #3

ckocaogullar commented 4 years ago

Compiling:

Traceback (most recent call last): File "compile.py", line 220, in compile() File "compile.py", line 62, in compile outputPath = compileTemplate(templateFilePath) File "compile.py", line 152, in compileTemplate base=html, filePath=filePath, **attributes) File "/Users/ceren/Documents/code/cs-bridge-2020/csbridge2020/util/bottle/bottle.py", line 3409, in render self.execute(stdout, env) File "/Users/ceren/Documents/code/cs-bridge-2020/csbridge2020/util/bottle/bottle.py", line 3396, in execute eval(self.co, env) File "", line 40, in NotADirectoryError: [Errno 20] Not a directory: 'templates/en/projects/holePuncher/index.mdown/../soln.py'