Skip to content

Commit

Permalink
add clarifying endgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Mar 28, 2024
1 parent 25289e8 commit 1c306e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions falcbot/falcbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def query_all_networks(say, context, logger):
say("Checking for running networks...")

running_networks = client._client.query_networks()

if not running_networks:
say("No networks are running currently")
else:
Expand All @@ -130,6 +131,7 @@ def query_all_networks(say, context, logger):
state_breakdown += f"{state}: {network_status.get(state, 0)} "
say(state_breakdown)
say("________________________________")
say("Done :smile:")


@app.message("plan, prep and submit from postera molecule set")
Expand Down

0 comments on commit 1c306e6

Please sign in to comment.