Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display error message when trying to decompile a scratch created via object file #1398

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

ethteck
Copy link
Member

@ethteck ethteck commented Dec 15, 2024

Fix #1372

@ethteck ethteck merged commit 9824df3 into main Dec 15, 2024
7 checks passed
@ethteck ethteck deleted the fix-1372 branch December 15, 2024 16:13
return Response({"decompilation": None})
return Response(
{
"decompilation": "This scratch cannot currently be run through the decompiler becuase it was created via object file."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

becuase 😥

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

becuase

ethteck added a commit that referenced this pull request Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Display a message that an object file cannot be decompiled
2 participants