Skip to content

Commit

Permalink
fix: regression [APE-1206] (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Jul 19, 2023
1 parent 2802cca commit 06e0054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_foundry/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def _start(self):
# Start local process
self.start()

else:
elif not self.is_connected:
raise FoundryProviderError(f"Failed to connect to Anvil node at '{self._clean_uri}'.")

def disconnect(self):
Expand Down

0 comments on commit 06e0054

Please sign in to comment.