Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • 5505-public/dima
1 result
Show changes
Commits on Source (3)
...@@ -24,7 +24,7 @@ from itertools import chain ...@@ -24,7 +24,7 @@ from itertools import chain
# Import DIMA modules # Import DIMA modules
import src.hdf5_writer as hdf5_lib import src.hdf5_writer as hdf5_lib
import utils.g5505_utils as utils import utils.g5505_utils as utils
from instruments.readers import filereader_registry from instruments import filereader_registry
allowed_file_extensions = filereader_registry.file_extensions allowed_file_extensions = filereader_registry.file_extensions
......
...@@ -10,7 +10,7 @@ import logging ...@@ -10,7 +10,7 @@ import logging
import json import json
import utils.g5505_utils as utils import utils.g5505_utils as utils
import instruments.readers.filereader_registry as filereader_registry import instruments.filereader_registry as filereader_registry
......