Skip to content

Commit 585d9da

Browse files
committed
Small change and retrigger tests
1 parent 7ab25ca commit 585d9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibllib/pipes/local_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def task_queue(mode='all', lab=None, one=None):
147147
if one is None:
148148
one = ONE(cache_rest=None)
149149
if lab is None:
150-
_logger.info("Trying to infer lab from globus installation")
150+
_logger.debug("Trying to infer lab from globus installation")
151151
lab = _get_lab(one)
152152
if lab is None:
153153
_logger.error("No lab provided or found")

0 commit comments

Comments
 (0)