Skip to content

Commit

Permalink
Update enquiry.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh authored May 28, 2024
1 parent 760d638 commit 451a94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/err-stackstorm/errst2lib/enquiry.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self, enquiry, ttl=3600):
self.expiration = time.time() + ttl

@classmethod
def get_associated_data(cls)
def get_associated_data(cls):
"""
The enquiry data is insufficent to identify it's association with a specific workflow.
The get_associated_data queries the associated execution_id and then the associated workflow.
Expand Down

0 comments on commit 451a94b

Please sign in to comment.