Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored Nov 9, 2023
1 parent da234f1 commit 7d16455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vbaproject_compiler/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def main() -> None:
module.add_file(base_path + '/blank_files/Sheet1.cls')
module.normalize_file()
guid = uuid.UUID("0002082000000000C000000000000046")
smodule.set_guid(guid)
module.set_guid(guid)
project.add_module(module)
module = DocModule('ThisWorkbook')
module.add_file(base_path + '/blank_files/ThisWorkbook.cls')
Expand Down

0 comments on commit 7d16455

Please sign in to comment.