Skip to content

Commit

Permalink
Update metadata_finder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet authored Apr 23, 2024
1 parent e9275ef commit 1f2e292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RefRed/metadata/metadata_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def retrieveValueUnits(self, mt_run, _name):
elif isinstance(_value, list):
_value = _value
else:
_value = f"[{_value[0]},...]-> ({len(_value)} entries)"
_value = f"[{_value[0]}, ...]-> ({len(_value)} entries)"
_units = mt_run.getProperty(_name).units
return [_value, _units]

Expand Down

1 comment on commit 1f2e292

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitLab pipeline for refred-dev has been submitted for this commit: "https://code.ornl.gov/sns-hfir-scse/deployments/conda-legacy-deploy/-/pipelines/557446"

Please sign in to comment.