Skip to content

Commit de0d9df

Browse files
author
Kim Brugger
committed
last tweaks before the release
1 parent 4e5a595 commit de0d9df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/quick_start.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ queue that executes a sleep command on the execution nodes. Running
145145
the command without any parameters and you will get the full list of
146146
possible modifications as number of jobs, sleep intervals etc.
147147

148-
Note that this should be run on the master node
148+
Note that this should be run on the master node, and cannot be run as
149+
root.
149150

150151
```bash
151152
# Submit 10 jobs, sleeping randomly between 30 and 50 seconds

ehos/htcondor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ def wait_for_running( max_timeout=60):
4040
"""
4141

4242

43+
logger.info("waiting for the condor daemon ...")
4344
while( max_timeout >= 0 ):
44-
logger.info("waiting for the condor daemon ...")
4545
try:
4646
import htcondor
4747

0 commit comments

Comments
 (0)