Commit 8ac4aba
Pietro Albini
Fix exception if an optional arg was None in the internal API
The arg when_stop of updates.UpdatesFetcher.block_until_alone should be
supposed to also be None, but that resulted in an exception before this
commit.1 parent 866b895 commit 8ac4aba
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments