This commit is contained in:
lilydjwg 2013-08-09 21:55:11 +08:00
parent 6d4e3c84b8
commit 0e53128981
1 changed files with 2 additions and 2 deletions

4
nvchecker/main.py Normal file → Executable file
View File

@ -117,8 +117,8 @@ def main():
def run_test():
config = load_config(*args.files)
if args.current:
g_oldver.update(load_oldverfile(args.current))
if args.oldver:
g_oldver.update(load_oldverfile(args.oldver))
g_curver.update(g_oldver)
get_versions(config)