Skip to content

Commit

Permalink
push reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Mar 5, 2024
1 parent 8edd64f commit 3bc17e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/HHbbVV/run_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from __future__ import annotations

import json
import logging
import os
from pathlib import Path
from string import Template
Expand Down Expand Up @@ -52,6 +53,8 @@ def check_branch_exists(git_branch: str):
)
), f"Branch {git_branch} does not exist"

logging.info(f"{git_branch} branch does exist. Important!! Did you push your change to github?")


# for Dask executor
# class NanoeventsSchemaPlugin(WorkerPlugin):
Expand Down

0 comments on commit 3bc17e5

Please sign in to comment.