Commit 2d512b1
committed
Fix crash when no
`tox-envfile` has begun crashing when `tox` is run without any `-e`
argument:
```terminal
Traceback (most recent call last):
...
File ".../.tox/.tox/lib/python3.8/site-packages/tox_envfile/main.py", line 13, in tox_configure
for env in config.option.env:
TypeError: 'NoneType' object is not iterable
```
I have no idea what changed in `tox-envfile` to cause this to start
happening, but this commit attempts to fix the issue.-e
1 parent d43136a commit 2d512b1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
0 commit comments