Skip to content

Commit

Permalink
Update vbaProject.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored Nov 13, 2024
1 parent 100ca86 commit b068695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vbaproject_compiler/vbaProject.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def default_date(self: T) -> Filetime:
@default_date.setter
def default_date(self: T, date: Filetime) -> None:
self._default_date = date

def set_project_id(self: T, id: str) -> None:
self._project_id = id

Expand Down

0 comments on commit b068695

Please sign in to comment.