Skip to content

Commit

Permalink
MNT #1
Browse files Browse the repository at this point in the history
prjemian committed Dec 17, 2024
1 parent d08c003 commit b9f31c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apsbss/core.py
Original file line number Diff line number Diff line change
@@ -545,7 +545,7 @@ def endDate(self) -> datetime.datetime:
return iso2dt(self._raw["endTime"])

@property
def run_id(self) -> int | None:
def run_id(self) -> int:
"""Run identifier, if provided from server, or None."""
return self._raw.get("runId")

0 comments on commit b9f31c6

Please sign in to comment.