Skip to content

Commit

Permalink
Merge pull request #24 from jnzd/deepsource-autofix-df822b32
Browse files Browse the repository at this point in the history
remove commented out code
  • Loading branch information
jnzd authored Jun 20, 2023
2 parents 5a0d579 + 6db37fd commit f6c6c3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def validate(filepath: str, compiler: str,
except subprocess.CalledProcessError as e:
return False, "compile error", None, e
except subprocess.TimeoutExpired as e:
# output, error = compilation_process.communicate()
return False, "compile timeout", None, e
except UnicodeDecodeError as e:
# should not occur the encoding to ISO-8859-1 instead of UTF-8; and never occured with
Expand Down

0 comments on commit f6c6c3f

Please sign in to comment.