Skip to content

Commit

Permalink
Update module_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored Nov 15, 2023
1 parent 74ca496 commit 1ef7cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vbaproject_compiler/Models/Entities/module_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def set_cookie(self: T, value: int) -> None:
self_cookie = value
self.cookie = IdSizeField(0x002C, 2, value)

def get_cookie(seff: T) -> int:
def get_cookie(self: T) -> int:
return self._cookie

def get_name(self: T) -> str:
Expand Down

0 comments on commit 1ef7cca

Please sign in to comment.