mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
fix
This commit is contained in:
parent
6d4e3c84b8
commit
0e53128981
1 changed files with 2 additions and 2 deletions
4
nvchecker/main.py
Normal file → Executable file
4
nvchecker/main.py
Normal file → Executable 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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue