From da0bab183a731c75324fa7d131d9e59e82157955 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 15 Oct 2015 14:23:37 -0700 Subject: [PATCH] slash grid use numbers --- dotfiles/lib/python/slash_grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/python/slash_grid.py b/dotfiles/lib/python/slash_grid.py index f04dd614..2114e955 100755 --- a/dotfiles/lib/python/slash_grid.py +++ b/dotfiles/lib/python/slash_grid.py @@ -89,7 +89,7 @@ class Node(object): else: string = str(visited) if isinstance(visited, int): - return chr(65 + visited) + return str(visited) if len(string) > 1: return '`' else: