Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
MNT #148 correct syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbischof committed Feb 10, 2020
1 parent 9121576 commit c02c3bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions profile_bluesky/startup/instrument/session_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
configure session logging
"""

__all__ = ['logger', ]

import logging
import os
import stdlogpj

_log_path = os.path.join(os.getcwd(), ".logs")
Expand Down

0 comments on commit c02c3bf

Please sign in to comment.