def _notify_if_cache_update_in_progress():
    # Notify the user if the cache is being updated
    if is_running(SYNC_JOB_NAME):
        workflow().add_item(
            "Getting data from Stash. List will be up-to-date in a second or two...", valid=False, icon=icons.INFO
        )
def _notify_if_cache_update_in_progress():
    # Notify the user if the cache is being updated
    if is_running(SYNC_JOB_NAME):
        workflow().add_item(
            "Getting data from Bamboo. Please try again in a second or two...", valid=False, icon=icons.INFO
        )