Skip to content

Commit

Permalink
fix bugs from merging
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquanli committed Feb 23, 2025
1 parent 35e77b9 commit d7269bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions software/main_hcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ def show_acq_config(cfm):
log.error("Couldn't setup logging to file!")
sys.exit(1)

log.info(f"Squid Repository State: {
.get_squid_repo_state_description()}")
log.info(f"Squid Repository State: {control.utils.get_squid_repo_state_description()}")

legacy_config = False
cf_editor_parser = ConfigParser()
Expand Down

0 comments on commit d7269bc

Please sign in to comment.