Skip to content

Commit

Permalink
Python doesn't need to be executed as exe file
Browse files Browse the repository at this point in the history
  • Loading branch information
surenm committed Dec 1, 2011
1 parent b5e18a8 commit 7be29e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/checker/cc_backend/compiler/compile.py
Expand Up @@ -79,7 +79,6 @@ def __init__(self, config):

def _get_executable_path(self, source_path):
base_directory = os.path.dirname(source_path)
os.system('cp %s %s' % (source_path, os.path.join(base_directory, 'solution.exe')))
return os.path.join(base_directory, 'solution.py')

def get_compile_cmd(self, source_path):
Expand Down

0 comments on commit 7be29e6

Please sign in to comment.