示例#1
0
def maybe_check_for_remote_commits():
    """


    """
    check = repo_mon.maybe_check_for_new_items()
    if not check:
        repo_queue.enqueue_call(repo_mon.check_for_new_items)
示例#2
0
文件: antbs.py 项目: lots0logs/auta
def maybe_check_for_remote_commits():
    check = repo_mon.maybe_check_for_new_items()
    if not check:
        repo_mon.check_for_new_items()