Skip to content

Commit

Permalink
Fix bug in 'edit cache' command
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Apr 8, 2018
1 parent 5b26fdd commit 402e4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def on_done(index):
old_value = item[1]

def on_done_input(new_value):
self.configure({key: value})
self.configure({key: new_value})

self.window.show_input_panel('new value for "' + key + '": ',
old_value, on_done_input, None, None)
Expand Down

0 comments on commit 402e4d5

Please sign in to comment.