Skip to content

Commit

Permalink
add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ghukill committed Jul 11, 2024
1 parent 37fe1a0 commit 2df921b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hrqb/base/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def target(self) -> QuickbaseTableTarget:

@property
def parse_upsert_counts(self) -> dict | None:
"""Parse results of upsert via QBClient method, if target data exists from run."""
if self.target.exists():
return QBClient.parse_upsert_results(self.target.read())
return None
Expand Down

0 comments on commit 2df921b

Please sign in to comment.