Remove odd new line

This commit is contained in:
a-sk 2013-08-29 19:16:01 +04:00
parent e662862b7b
commit 23de32ce50
1 changed files with 0 additions and 1 deletions

1
cheat
View File

@ -141,7 +141,6 @@ def main():
elif option in ['-c', '--create']:
create_cheatsheet(' '.join(sys.argv[2:]), cheatsheets)
# print the cheatsheet if it exists
if keyphrase in cheatsheets:
filename = os.path.join(cheatsheets[keyphrase], keyphrase)