Skip to content
Snippets Groups Projects
Commit a6bbcd0a authored by Jean-Baptiste Bayle's avatar Jean-Baptiste Bayle
Browse files

Disable pylint warning

parent 6926b46f
No related branches found
No related tags found
1 merge request!167Resolve "Do not accept fplan files for simulations without an orbit files"
Pipeline #277389 passed
This commit is part of merge request !167. Comments created here will be created in the context of that merge request.
...@@ -539,6 +539,7 @@ class Instrument: ...@@ -539,6 +539,7 @@ class Instrument:
Args: Args:
fplan: `fplan` parameter, c.f. `__init__()` fplan: `fplan` parameter, c.f. `__init__()`
""" """
# pylint: disable=too-many-branches
if fplan == 'static': if fplan == 'static':
logger.warning( logger.warning(
"Using default set of locking beatnote frequencies; this " "Using default set of locking beatnote frequencies; this "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment