Skip to content

Fix SyntaxError due to docstring#7479

Merged
TEParsons merged 1 commit intopsychopy:devfrom
mscheltienne:patch-1
Nov 21, 2025
Merged

Fix SyntaxError due to docstring#7479
TEParsons merged 1 commit intopsychopy:devfrom
mscheltienne:patch-1

Conversation

@mscheltienne
Copy link
Copy Markdown
Contributor

Syntax error here:

.venv/lib/python3.10/site-packages/psychopy/data/__init__.py:14: in <module>
    from .counterbalance import Counterbalancer
.venv/lib/python3.10/site-packages/psychopy/data/counterbalance.py:2: in <module>
    from psychopy.tools.attributetools import attributeSetter
.venv/lib/python3.10/site-packages/psychopy/tools/attributetools.py:15: in <module>
    from psychopy.tools.stringtools import CaseSwitcher
E     File "/home/runner/work/gemini/gemini/.venv/lib/python3.10/site-packages/psychopy/tools/stringtools.py", line 254
E       """
E       ^^^
E   SyntaxError: invalid escape sequence '\-'

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 36.43%. Comparing base (4a927ce) to head (f405b12).
⚠️ Report is 3 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #7479   +/-   ##
=======================================
  Coverage   36.43%   36.43%           
=======================================
  Files         352      352           
  Lines       64928    64928           
=======================================
  Hits        23655    23655           
  Misses      41273    41273           
Components Coverage Δ
app ∅ <ø> (∅)
boilerplate ∅ <ø> (∅)
library ∅ <ø> (∅)
vm-safe library ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@TEParsons
Copy link
Copy Markdown
Contributor

Good catch, thanks!

@TEParsons TEParsons merged commit 5bb7f9b into psychopy:dev Nov 21, 2025
5 of 6 checks passed
@mscheltienne mscheltienne deleted the patch-1 branch November 21, 2025 13:45
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.

2 participants