Skip to content

Commit 5f0737e

Browse files
authored
Add warning for when the user clones this repo to their talon user folder (#275)
1 parent 66c609a commit 5f0737e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

talon_warning.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from talon import app
2+
3+
def on_ready():
4+
app.notify("Error: wrong repository cloned. Remove the rango repository from your talon user folder and clone rango-talon instead.")
5+
6+
app.register("ready", on_ready)

0 commit comments

Comments
 (0)