Skip to content

Commit

Permalink
Tests should be passing now
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed Aug 29, 2024
1 parent a667723 commit 8aafe52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/rcdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .provider import RCDBProvider
from .provider import ConfigurationProvider
from .rcdb_cli.app import rcdb_cli as run_rcdb_cli

from .errors import *

# This thing separates cells in data blob
blob_delimiter = "|"
Expand Down
2 changes: 1 addition & 1 deletion python/tests/test_coda_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TestCodaParser(unittest.TestCase):
""" Tests ConditionType, ConditionValue classes and their operations in provider"""

def setUp(self):
self.this_dir = os.path.dirname(inspect.getfile(test_get_runs))
self.this_dir = os.path.dirname(__file__)
self.this_dir = os.path.normpath(self.this_dir)

def test_parse_intermediate_file(self):
Expand Down

0 comments on commit 8aafe52

Please sign in to comment.