Skip to content

Commit

Permalink
Fix PEP-8 coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenain committed Jul 31, 2024
1 parent c716034 commit 4690fcb
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 93 deletions.
6 changes: 4 additions & 2 deletions src/nectarchain/data/management.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,11 @@ def get_GRID_location(
If True, return lfns path of fits.gz files, else return parent directory
of run location. Defaults to True.
basepath: str
The path on GRID where nectarCAM data are stored. Default to ``/vo.cta.in2p3.fr/nectarcam/``.
The path on GRID where nectarCAM data are stored. Default to
``/vo.cta.in2p3.fr/nectarcam/``.
fromElog: bool, optional
To force to use the method which read the Elog. Default to False. To use the method with DIRAC API.
To force to use the method which read the Elog. Default to False. To use
the method with DIRAC API.
username: _type_, optional
username for Elog login. Defaults to None.
password: _type_, optional
Expand Down
Loading

0 comments on commit 4690fcb

Please sign in to comment.