now possible to update the same file

This commit is contained in:
geritol
2017-09-30 14:59:20 +02:00
committed by Vishnu Ks
parent 416796678b
commit b224665c24
2 changed files with 25 additions and 13 deletions

View File

@@ -21,8 +21,6 @@ try:
choices = ['rating', 'title', 'author', 'year'],
help='defaults to rating')
flags = parser.parse_args()
#argparse.ArgumentParser(parents=[tools.argparser]).parse_args()
print(flags)
except ImportError:
flags = None