Skip to content

Commit

Permalink
Update image.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wkjarosz committed Mar 8, 2024
1 parent a4a1516 commit 2025935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void PixelStats::calculate(const Array2Df &img, float new_exposure, AxisScale_ n

computed = true;
}
catch (const std::exception &e)
catch (...)
{
spdlog::trace("Canceled PixelStats::calculate");
*this = PixelStats(); // reset
Expand Down

0 comments on commit 2025935

Please sign in to comment.