Typo in main
This commit is contained in:
parent
c8054e2c67
commit
481d3eb048
@ -124,7 +124,7 @@ Tree à la docear ?
|
|||||||
|
|
||||||
* Multiplication of {{}} => solved in bibtexparser
|
* Multiplication of {{}} => solved in bibtexparser
|
||||||
* UTF-8 and bibtexparser => solved upstream
|
* UTF-8 and bibtexparser => solved upstream
|
||||||
* delete
|
* delete / edit => problem with filename encoding
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
|
2
main.py
2
main.py
@ -466,7 +466,7 @@ if __name__ == '__main__':
|
|||||||
print(filename+" successfully deleted.")
|
print(filename+" successfully deleted.")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
elif args.fund == 'edit':
|
elif args.func == 'edit':
|
||||||
for filename in args.entries:
|
for filename in args.entries:
|
||||||
if args.file:
|
if args.file:
|
||||||
file_id = 'file'
|
file_id = 'file'
|
||||||
|
Loading…
Reference in New Issue
Block a user