Skip to content
Snippets Groups Projects
Commit 5d2f2cd9 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

fix typo, thanks @nassimeblinlaas :)

parent 5ecdd8e0
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ def whoami(gepetto):
me = shelf['me'] if 'me' in shelf else getuser()
while me not in gepetto:
print("You (%s) don's seem to be in the Gepetto group… What's your LAAS username ?" % me)
print("You (%s) dont's seem to be in the Gepetto group… What's your LAAS username ?" % me)
me = input('--> ')
# remember this in the cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment