Skip to content

Commit 0fb4af1

Browse files
committed
formnatting
1 parent 6cf9ed7 commit 0fb4af1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyhdtoolkit/scripts/htc_monitor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,8 @@ def main(
166166
# from the created layout we will pass to it.
167167
with Live(console=console, refresh_per_second=refresh) as live:
168168
console.log(
169-
f"Querying HTCondor queue every {wait:d} seconds "
170-
f"(table display refreshes {refresh:.2f} times/second).\n"
169+
f"Querying HTCondor queue every {wait:d} seconds (table display refreshes {refresh:.2f} times/second).\n"
171170
)
172-
# live.console.log(f"Querying HTCondor every {wait:d} seconds (display refreshes {refresh:.2f} times/second).\n")
173171

174172
while True:
175173
try:

0 commit comments

Comments
 (0)