Skip to content

Commit feec31c

Browse files
Update message
1 parent bacf1a9 commit feec31c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

cursorless-talon/src/check_community_repo.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ def on_ready():
2626
if missing_actions:
2727
errors.append(f"Missing actions: {', '.join(missing_actions)}")
2828
if errors:
29-
errors.insert(0, "https://github.com/talonhub/community")
30-
message = "\n".join(errors)
31-
app.notify("Cursorless missing community repository", body=message)
29+
print("\n".join(errors))
30+
app.notify(
31+
"Cursorless missing community repository",
32+
body="https://github.com/talonhub/community",
33+
)
3234

3335

3436
app.register("ready", on_ready)

0 commit comments

Comments
 (0)