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

Resolve more regex invalid escape sequences #1698

Merged
merged 2 commits into from Mar 13, 2024

Conversation

bennibbelink
Copy link
Contributor

Closes #1695 .

Converts a handful of strings uses by re to raw string literals to avoid invalid escape sequences.

Copy link

Downstream Build Status Report

Build FROM cyclus_20.04_apt/cyclus
  • Cycamore: Success
  • Cymetric: Success
Build FROM cyclus_20.04_conda/cyclus
  • Cycamore: Success
  • Cymetric: Success
Build FROM cyclus_22.04_apt/cyclus
  • Cycamore: Success
  • Cymetric: Success
Build FROM cyclus_22.04_conda/cyclus
  • Cycamore: Success
  • Cymetric: Success

@coveralls
Copy link
Collaborator

coveralls commented Mar 13, 2024

Pull Request Test Coverage Report for Build 8272729055

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 32.589%

Totals Coverage Status
Change from base Build 8255130199: 0.0%
Covered Lines: 52974
Relevant Lines: 128976

💛 - Coveralls

Copy link
Member

@gonuke gonuke left a comment

Choose a reason for hiding this comment

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

Thanks for tracking down more of these @bennibbelink

@gonuke gonuke merged commit 998ca06 into cyclus:main Mar 13, 2024
10 checks passed
@bennibbelink bennibbelink deleted the re-build-warnings branch March 13, 2024 23:54
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.

Regex SyntaxWarnings from cli/post-process-python.py during build
3 participants