Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
fixed translation issue (#1041)
Browse files Browse the repository at this point in the history
* fixed translation issue

* Update NeXus HTML documentation

---------

Co-authored-by: cow-bot <[email protected]>
  • Loading branch information
ggoneiESS and cow-bot authored Oct 13, 2023
1 parent a7b100e commit fd997d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nexus_constructor/model/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Component(Group):
_depends_on: Transformation = attr.ib(default=None)
has_link: bool = attr.ib(default=None)
component_info: Optional["ComponentInfo"] = None
stored_transforms: list = []
stored_transforms: Optional[list] = None
name: str = ""
parent_node: Optional[Group] = None

Expand Down
2 changes: 1 addition & 1 deletion nx-class-documentation/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h1>User Manual and Reference Documentation<a class="headerlink" href="#user-man
</div>
<hr class="docutils" />
<p class="rubric">Publishing Information</p>
<p>This manual built Sep 21, 2023.</p>
<p>This manual built Oct 12, 2023.</p>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<p>This document is available in these formats online:</p>
Expand Down
2 changes: 1 addition & 1 deletion nx-class-documentation/html/searchindex.js

Large diffs are not rendered by default.

0 comments on commit fd997d6

Please sign in to comment.