Esempio n. 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)
Esempio n. 2
0
def maybe_check_for_remote_commits():
    check = repo_mon.maybe_check_for_new_items()
    if not check:
        repo_mon.check_for_new_items()