Skip to content

Commit

Permalink
Better print for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed May 31, 2024
1 parent aa47ba9 commit 353d57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nslsii/epics_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def main():

args = parser.parse_args()
hostname = get_ioc_hostname(args.pvname)
print(f"IOC hostname for {args.pvname} is {hostname}")
print(f"IOC hostname for '{args.pvname}' is '{hostname}'")

0 comments on commit 353d57e

Please sign in to comment.