Skip to content

Commit

Permalink
Merge pull request #335 from acesnik/master
Browse files Browse the repository at this point in the history
Stability improvement to saving plots
  • Loading branch information
Anthony authored Mar 24, 2017
2 parents a44f4d1 + 06ed114 commit 87133b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProteoformSuiteGUI/ResultsSummary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ private void btn_save_Click(object sender, EventArgs e)
(
() => save_summary(timestamp),
() => save_dataframe(timestamp),
() => save_plots(timestamp),
() => save_cytoscripts(timestamp)
);
save_plots(timestamp);
}

private void save_summary(string timestamp)
Expand Down

0 comments on commit 87133b6

Please sign in to comment.