devika
devika copied to clipboard
Fix: Strip backquote from generated filenames
Description
Fixes https://github.com/stitionai/devika/issues/566
Test plan (required)
Previously, the generated filenames were surrounded by backquotes. After running with this change, the generated filenames no longer have backquotes.
Closing issues (optional)
Fixes #566
is this working all the time? like when the ` are not present.
It does but it looks like PR #603 supersedes this PR as it was resolved in a different way.