Skip to content

Commit

Permalink
pbr.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed May 17, 2024
1 parent 4ac5f5f commit b8ef25a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gamutrf/grscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ def __init__(
glob.glob("/usr/local/**/libgnuradio-iqtlabs.so", recursive=True)[0]
)
pbr_version = pbr.version.VersionInfo("gamutrf").version_string()
logging.info(f"gamutrf {pbr_version} with found gr-iqtlabs {griqtlabs_path}")
logging.info(
f"gamutrf {pbr_version} with found gr-iqtlabs {griqtlabs_path}"
)

logging.info(f"will scan from {freq_start} to {freq_end}")
freq_range = freq_end - freq_start
Expand Down

0 comments on commit b8ef25a

Please sign in to comment.