Fix -K support

master
Daniel Berteaud 5 years ago
parent 5d9714c6dc
commit 7ff6f1a504
  1. 2
      bin/var_editor.py

@ -19,7 +19,7 @@ def main():
if opt == '-k':
key = val
elif opt == '-K':
key = open(arg, 'rb').read()
key = open(val, 'rb').read()
if key == '':
usage()

Loading…
Cancel
Save