Skip to content

Commit

Permalink
Fixing Copy-Paste mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Becker committed Oct 22, 2018
1 parent a2c1547 commit a1fca4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/DAGView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ private void pathExplanationButton_Click(object sender, EventArgs e)
}
catch (Exception exception)
{
_z3AxiomProfiler.DisplayMessage($"An exception was thrown. Please report this bug.\nDescription of the excepiton: {e.Message}");
_z3AxiomProfiler.DisplayMessage($"An exception was thrown. Please report this bug.\nDescription of the excepiton: {exception.Message}");
}
#endif
});
Expand Down

0 comments on commit a1fca4f

Please sign in to comment.