Skip to content

Commit

Permalink
Merge pull request #33 from george0st/changes
Browse files Browse the repository at this point in the history
Repair suppress error
  • Loading branch information
george0st authored Sep 14, 2024
2 parents 1f8b21e + 2dd6f81 commit 2d58c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qgate_perf/parallel_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def create_graph_perf(self, output_graph_dir="output", picture_dpi=100, suppress
"""

graph = GraphPerformance(picture_dpi)
return graph.generate_from_file(self._output_file,os.path.join(output_graph_dir,"graph-perf"), suppress_error = True)
return graph.generate_from_file(self._output_file, os.path.join(output_graph_dir,"graph-perf"), suppress_error)

def create_graph_exec(self, output_graph_dir="output", picture_dpi=100, suppress_error = False) -> list[str]:
"""
Expand Down
2 changes: 1 addition & 1 deletion qgate_perf/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Store the version here so:

__version__ = '0.4.17'
__version__ = '0.4.18'

0 comments on commit 2d58c6d

Please # to comment.