Skip to content

Commit

Permalink
correct missing : after parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj committed Nov 27, 2022
1 parent 9cd5925 commit 284f808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/base/fancylogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def setroot(fancyrecord=FANCYLOG_FANCYRECORD):
Set a FancyLogger instance as the logging root logger
with (effective)loglevel of current root FancyLogger
:param fancyrecord is enabled or not (default FANCYLOG_FANCYRECORD module constant)
:param fancyrecord: is enabled or not (default FANCYLOG_FANCYRECORD module constant)
Detecting the loglevel is best-effort, better to set the loglevel after setroot()
"""
Expand Down

0 comments on commit 284f808

Please sign in to comment.