Skip to content

fix oversight in fixing #595: inherit new exception from Error#635

Merged
obestwalter merged 1 commit intotox-dev:masterfrom
Avira:master
Sep 15, 2017
Merged

fix oversight in fixing #595: inherit new exception from Error#635
obestwalter merged 1 commit intotox-dev:masterfrom
Avira:master

Conversation

@obestwalter
Copy link
Copy Markdown
Member

No description provided.

@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 15, 2017

Codecov Report

Merging #635 into master will increase coverage by 0.59%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #635      +/-   ##
==========================================
+ Coverage   93.35%   93.95%   +0.59%     
==========================================
  Files          11       11              
  Lines        2364     2364              
==========================================
+ Hits         2207     2221      +14     
+ Misses        157      143      -14
Impacted Files Coverage Δ
tox/__init__.py 93.33% <100%> (ø) ⬆️
tox/_verlib.py 83.15% <0%> (+14.73%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 938f0ef...a4fa896. Read the comment docs.

@obestwalter obestwalter merged commit 0091126 into tox-dev:master Sep 15, 2017
Comment thread tox/__init__.py
def __str__(self):
return "%s: %s" % (self.__class__.__name__, self.args[0])

class MissingSubstitution(Exception):
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

isnt it a LookupError?

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.

3 participants