Skip to content

Commit

Permalink
tilt: add analytics username to tiltfile (#3786)
Browse files Browse the repository at this point in the history
  • Loading branch information
landism authored Sep 18, 2020
1 parent adec768 commit 3a4eb3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tiltfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
username = str(local('whoami')).rstrip('\n')
experimental_analytics_report({'user.name': username})

def remove_all_empty_and_whitespace(my_list):
ret = []
for x in my_list:
Expand Down

0 comments on commit 3a4eb3c

Please sign in to comment.