Jimmy Berry d3f6c62ea0 osclib/request_splitter: replace map() calls with loop and call.
Python 3 makes map() a lazy call and since the result is not needed it
makes sense to just switch to explicit loop. Without this the "loop" (via
map) is never executed. As such, --try-strategies effective does nothing
and instead the staging-bot always falls back to none strategy.
2019-09-03 15:17:32 -05:00
..
2019-08-27 14:27:08 -05:00
2018-11-16 09:01:45 +01:00
2017-04-27 16:29:21 -05:00
2019-08-29 14:10:29 -05:00
2019-06-03 16:54:30 +02:00