Fixing f-string error in tactility.py#29
Fixing f-string error in tactility.py#29KenVanHoeylandt merged 1 commit intoTactilityProject:mainfrom
Conversation
Signed-off-by: Christoph <923528+jurkov@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis pull request addresses a syntax error in the 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Thank you! |
I tried to build the Apps and ran into a problem inside the f-string on line 429. I replaced
" "with' 'and this error was fixed.Summary by CodeRabbit