mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-18 16:50:45 +01:00
run_cell() becomes more complicated when we add ipython version 3 support which upsets pylint because there are "too many branches (15/12)". Factor out part of the function to make pylint happy.