Skip to content

Commit

Permalink
Generate log message when an EVC is enabled but (#232)
Browse files Browse the repository at this point in the history
cannot be activated
Fixes #231
  • Loading branch information
Antonio Francisco authored Mar 2, 2021
1 parent ececab6 commit 40cb777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ def deploy_to_path(self, path=None):
self._install_direct_uni_flows()
use_path = Path()
else:
log.warn(f"{self} was not deployed. No available path was found.")
return False
self.activate()
self.current_path = use_path
Expand Down

0 comments on commit 40cb777

Please sign in to comment.