Skip to content

Conversation

@jacobtylerwalls
Copy link
Member

Steps

  • For new features or bug fixes, add a ChangeLog entry describing what your PR does.
  • Write a good description on what the PR does.

Description

str.format can also emit ValueError or TypeError, so we need to catch them here.

Type of Changes

Type
🐛 Bug fix

Related Issue

Closes #1856

@coveralls
Copy link

Pull Request Test Coverage Report for Build 3452215892

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.275%

Totals Coverage Status
Change from base Build 3417378415: 0.0%
Covered Lines: 9867
Relevant Lines: 10693

💛 - Coveralls

Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Choose a reason for hiding this comment

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

👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"TypeError: unsupported format string passed to NoneType.__format__" while running type inference in version 2.12.x

3 participants