[Pytest-commit] commit/tox: 3 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Jun 15 14:36:30 CEST 2015


3 new commits in tox:

https://bitbucket.org/hpk42/tox/commits/637beec44454/
Changeset:   637beec44454
Branch:      typofix
User:        novel
Date:        2015-06-15 10:56:00+00:00
Summary:     Created new branch typofix
Affected #:  0 files



https://bitbucket.org/hpk42/tox/commits/a53ade9660a5/
Changeset:   a53ade9660a5
Branch:      typofix
User:        novel
Date:        2015-06-15 10:07:26+00:00
Summary:     Fix typo in exception string

s/unkown/unknown/
Affected #:  1 file

diff -r 637beec444544326abad093437a37433377a317a -r a53ade9660a5595bd06444e5b80b9e92251d3779 tox/config.py
--- a/tox/config.py
+++ b/tox/config.py
@@ -909,7 +909,7 @@
 
         if envkey not in os.environ and default is None:
             raise tox.exception.ConfigError(
-                "substitution env:%r: unkown environment variable %r" %
+                "substitution env:%r: unknown environment variable %r" %
                 (envkey, envkey))
 
         return os.environ.get(envkey, default)


https://bitbucket.org/hpk42/tox/commits/6d4378ce9062/
Changeset:   6d4378ce9062
User:        hpk42
Date:        2015-06-15 12:36:26+00:00
Summary:     Merged in novel/tox/typofix (pull request #164)

typo fix
Affected #:  1 file

diff -r 93f262ca702e8d2e1192875ded9eaa584de3aa00 -r 6d4378ce90621105cda12fb2f9dfc67dfbefc7ca tox/config.py
--- a/tox/config.py
+++ b/tox/config.py
@@ -909,7 +909,7 @@
 
         if envkey not in os.environ and default is None:
             raise tox.exception.ConfigError(
-                "substitution env:%r: unkown environment variable %r" %
+                "substitution env:%r: unknown environment variable %r" %
                 (envkey, envkey))
 
         return os.environ.get(envkey, default)

Repository URL: https://bitbucket.org/hpk42/tox/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list