We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c609a commit 5f0737eCopy full SHA for 5f0737e
talon_warning.py
@@ -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