We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf9ed7 commit 0fb4af1Copy full SHA for 0fb4af1
pyhdtoolkit/scripts/htc_monitor.py
@@ -166,10 +166,8 @@ def main(
166
# from the created layout we will pass to it.
167
with Live(console=console, refresh_per_second=refresh) as live:
168
console.log(
169
- f"Querying HTCondor queue every {wait:d} seconds "
170
- f"(table display refreshes {refresh:.2f} times/second).\n"
+ f"Querying HTCondor queue every {wait:d} seconds (table display refreshes {refresh:.2f} times/second).\n"
171
)
172
- # live.console.log(f"Querying HTCondor every {wait:d} seconds (display refreshes {refresh:.2f} times/second).\n")
173
174
while True:
175
try:
0 commit comments