Skip to content

Fix importing changesets with no docker images

Warren Gifford requested to merge es/fix-importing-changesets into main

Created by: eseliger

When only importing changesets, no docker images would need to be pulled. In the TUI, a division by zero would be made and the input for the tab UI would be NaN. This caused an error, that was reported in https://github.com/sourcegraph/src-cli/issues/629.

Closes https://github.com/sourcegraph/src-cli/issues/629

Merge request reports

Loading