Skip to content

Commit

Permalink
remove duplicate code for record_identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Jul 15, 2024
1 parent 0f41a6f commit 4c31201
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipestat/backends/pephub_backend/pephubbackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def report(
This method overwrites any existing data and creates the required
hierarchical mapping structure if needed.
:param history_enabled: this parameter is currently ignored as PEPHub
:param history_enabled: this parameter is currently ignored as PEPHub does not support this
:param Dict[str, Any] values: dict of results identifiers and values
to be reported
:param str record_identifier: unique identifier of the record
Expand All @@ -227,7 +227,6 @@ def report(
)

record_identifier = record_identifier or self.record_identifier
record_identifier = record_identifier

result_formatter = result_formatter or self.result_formatter
results_formatted = []
Expand Down

0 comments on commit 4c31201

Please sign in to comment.