Skip to content

Correct multiline string syntax causing unintended whitespace in warning#325

Merged
ceesem merged 1 commit intoCAVEconnectome:masterfrom
jasper-tms:master
Oct 13, 2025
Merged

Correct multiline string syntax causing unintended whitespace in warning#325
ceesem merged 1 commit intoCAVEconnectome:masterfrom
jasper-tms:master

Conversation

@jasper-tms
Copy link
Copy Markdown
Contributor

@jasper-tms jasper-tms commented Aug 17, 2025

Previously live_live_queries would cause this warning to print:

WARNING:root:Deprecation: this method is to facilitate beta testing of this feature,             it will likely get removed in future versions.

which appears to accidentally have a block of whitespace in it. I removed it by correcting what looks like an incorrect multiline string syntax. (Since the string is within parentheses, no escape is needed at the end of the first line. Even if an escape were needed, it would need to come after a " that closes the first line's string.)

Now we get the correct

WARNING:root:Deprecation: this method is to facilitate beta testing of this feature, it will likely get removed in future versions. 

@ceesem ceesem merged commit 8cb79d1 into CAVEconnectome:master Oct 13, 2025
13 checks passed
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