Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
nomad-FAIR
Merge requests
!2417
Disable use of blocked TOC in storage module
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Disable use of blocked TOC in storage module
tlcfem/no-block-toc
into
develop
Overview
0
Commits
2
Pipelines
2
Changes
2
Merged
Theodore Chang
requested to merge
tlcfem/no-block-toc
into
develop
2 weeks ago
Overview
0
Commits
2
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
develop
version 1
0dd0de3e
2 weeks ago
develop (base)
and
latest version
latest version
dabb74b0
2 commits,
2 weeks ago
version 1
0dd0de3e
1 commit,
2 weeks ago
2 files
+
9
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
nomad/archive/storage.py
+
2
−
0
Options
@@ -329,6 +329,8 @@ def read_archive(file_or_path: str | BytesIO, **kwargs) -> ArchiveReader:
from
.storage_v2
import
ArchiveReader
as
ArchiveReaderNew
from
.storage_v2
import
ArchiveWriter
as
ArchiveWriterNew
kwargs
[
'
use_blocked_toc
'
]
=
False
# todo: replace implementation to enable automatic conversion
# if isinstance(file_or_path, str):
# from nomad.archive.converter import convert_archive
Loading