Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
peshence committed Feb 18, 2025
1 parent b60e95f commit d5b9eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polytope_server/common/subprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ def finalize(self, request, filter=None):
for line in self.output:
if filter and filter in line:
request.user_message += line + "\n"
self.subprocess.args

if self.returncode() != 0:
raise CalledProcessError(self.returncode(), self.subprocess.args, out, err)

0 comments on commit d5b9eb0

Please sign in to comment.