Skip to content

Commit

Permalink
Merge pull request #56 from tobiichi3227/v2.0
Browse files Browse the repository at this point in the history
fix: runtime error message not show
  • Loading branch information
tobiichi3227 authored Mar 29, 2024
2 parents 41633f9 + 4cff1e0 commit e0469e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/services/chal.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ async def get_chal(self, chal_id, acct: Account):

testl = []
for test_idx, state, runtime, memory, response in result:
final_response = response
if final_response == "":
final_response = response

testl.append(
{
'test_idx': test_idx,
Expand Down

0 comments on commit e0469e0

Please sign in to comment.