Skip to content

Commit

Permalink
fix(sandbox): type error
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleeit committed Oct 25, 2021
1 parent 2993990 commit 02b0201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def deploy(
result['data'] = data
except Exception as ex:
result['success'] = False
result['code'] = ErrorCode.Others
result['code'] = ErrorCode.Others.value
result['message'] = str(ex)

logger.info(
Expand Down

0 comments on commit 02b0201

Please sign in to comment.