Skip to content

Commit

Permalink
sync with RU
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed May 7, 2024
1 parent 739a2f9 commit 0d5f21c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/radical/saga/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

# ------------------------------------------------------------------------------
#
import os as _os
import os as _os
import radical.utils as _ru

_mod_root = _os.path.dirname (__file__)
Expand Down
4 changes: 1 addition & 3 deletions src/radical/saga/engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

import radical.utils as ru

from .. import exceptions as rse
from ..version import *
from .. import exceptions as rse


# ------------------------------------------------------------------------------
Expand Down Expand Up @@ -135,7 +134,6 @@ def __init__(self):

# Initialize the logging, and log version (this is a singleton!)
self._logger = ru.Logger('radical.saga')
self._logger.info('radical.saga version: %s' % version_detail)

# load adaptors
self._load_adaptors()
Expand Down

0 comments on commit 0d5f21c

Please sign in to comment.