mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
rename func; it isn't test any more
This commit is contained in:
parent
3a1960425f
commit
e5d89e8ce8
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ def main():
|
|||
if not args.files:
|
||||
return
|
||||
|
||||
def run_test():
|
||||
def run():
|
||||
config = load_config(*args.files)
|
||||
if args.oldver:
|
||||
g_oldver.update(util.read_verfile(args.oldver))
|
||||
|
@ -98,7 +98,7 @@ def main():
|
|||
get_versions(config)
|
||||
|
||||
ioloop = IOLoop.instance()
|
||||
ioloop.add_callback(run_test)
|
||||
ioloop.add_callback(run)
|
||||
ioloop.start()
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Reference in a new issue