Skip to content

Commit

Permalink
Update derotation/analysis/full_rotation_pipeline.py
Browse files Browse the repository at this point in the history
Co-authored-by: Niko Sirmpilatze <[email protected]>
  • Loading branch information
lauraporta and niksirbi authored Dec 14, 2023
1 parent 418f339 commit b746f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derotation/analysis/full_rotation_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_config(self, config_name: str) -> dict:

def start_logging(self):
"""Starts logging process using fancylog package.
Logs saved whenre specified in the config file.
Logs saved where specified in the config file.
"""
path = self.config["paths_write"]["logs_folder"]
Path(path).mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit b746f10

Please sign in to comment.