Skip to content

Commit

Permalink
fix: modify login in dirac_pilot.py and fix the test(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
martynia committed Nov 7, 2023
1 parent e07604f commit 7a9fd57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pilot/tests/Test_simplePilotLogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
import tempfile

try:
from Pilot.pilotTools import CommandBase, PilotParams, Logger, RemoteLogger
from Pilot.pilotTools import CommandBase, PilotParams, Logger
except ImportError:
from pilotTools import CommandBase, PilotParams, Logger, RemoteLogger
from pilotTools import CommandBase, PilotParams, Logger

import unittest

Expand Down

0 comments on commit 7a9fd57

Please sign in to comment.