Skip to content

Commit

Permalink
<Update>[OglProject]: <Forgot sequence diagrams>
Browse files Browse the repository at this point in the history
[]

[]
  • Loading branch information
Humberto Sanchez II committed Oct 13, 2022
1 parent a69876e commit ace1f4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions oglio/Reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
from oglio.Types import OglProject
from oglio.Types import OglTexts
from oglio.Types import OglUseCases
from oglio.Types import OglSDInstances
from oglio.Types import OglSDMessages

from oglio.UnsupportedFileTypeException import UnsupportedFileTypeException

Expand Down Expand Up @@ -122,6 +124,8 @@ def _makeOglProject(self, untangler: UnTangler) -> OglProject:
oglDocument.oglTexts = cast(OglTexts, document.oglTexts)
oglDocument.oglActors = cast(OglActors, document.oglActors)
oglDocument.oglUseCases = cast(OglUseCases, document.oglUseCases)
oglDocument.oglSDInstances = cast(OglSDInstances, document.oglSDInstances)
oglDocument.oglSDMessages = cast(OglSDMessages, document.oglSDMessages)

self.logger.debug(f'OglDocument - {oglDocument}')
oglProject.oglDocuments[oglDocument.documentTitle] = oglDocument
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="oglio",
version="0.5.5",
version="0.5.6",
author_email='[email protected]',
maintainer='Humberto A. Sanchez II',
maintainer_email='[email protected]',
Expand Down

0 comments on commit ace1f4c

Please sign in to comment.