mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-27 00:52:12 +00:00
rename func; it isn't test any more
This commit is contained in:
parent
3a1960425f
commit
e5d89e8ce8
@ -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…
Reference in New Issue
Block a user