Skip to content

Commit

Permalink
Merge pull request #538 from rhubert/rh-executor
Browse files Browse the repository at this point in the history
scm/url: fix crash if no extractor is installed
  • Loading branch information
jkloetzke authored Nov 17, 2023
2 parents 6120b25 + 2b1cabb commit 8f7a9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pym/bob/scm/url.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ async def invoke(self, invoker):
os.utime(canary)
break
else:
executor.fail("No suitable extractor found!")
invoker.fail("No suitable extractor found!")

def asDigestScript(self):
"""Return forward compatible stable string describing this url.
Expand Down

0 comments on commit 8f7a9eb

Please sign in to comment.