Skip to content

Commit

Permalink
Merge pull request #207 from Limmen/dev3
Browse files Browse the repository at this point in the history
emulation_execution_info.py
  • Loading branch information
Limmen authored Aug 16, 2023
2 parents 93c0631 + 4b3e3b7 commit cf0000b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions simulation-system/libs/csle-common/.#mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ def __str__(self) -> str:

def to_dict(self) -> Dict[str, Any]:
"""
Converts the object to a dict representation
Converts the object to a dictionary representation
:return: a dict representation of the object
"""
d = {}
d: Dict[str, Any] = {}
d["emulation_name"] = self.emulation_name
d["execution_id"] = self.execution_id
d["snort_ids_managers_info"] = self.snort_ids_managers_info.to_dict()
Expand Down

0 comments on commit cf0000b

Please sign in to comment.