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 8, 2023
1 parent d226130 commit 4469797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vbaproject_compiler/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def main() -> None:
file = os.path.splitext(file_name)
code = StdModule(file[0])
code.add_file(file_path)
code.normalize_file()
project.add_module(code)
print('Added ' + file_path)
os.mkdir('project')
Expand Down

0 comments on commit 4469797

Please sign in to comment.