Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ECP-CANDLE/Database
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Jul 18, 2017
2 parents 8a05acb + 2492b79 commit e82ffaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/candle_db
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def print_result(result):

def print_table(D):
K = D.keys()
K.sort()
n = max(map(len, K)) # Length of longest key
for (k,v) in D.iteritems():
print("%*s = %s" % (-n, k, v))
Expand Down

0 comments on commit e82ffaf

Please sign in to comment.