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 c850256 commit d226130
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 @@ -41,6 +41,7 @@ def main() -> None:
code = StdModule(file[0])
code.add_file(file_path)
project.add_module(code)
print('Added ' + file_path)
os.mkdir('project')
ole_file = ProjectOleFile(project)
ole_file.write_file()
Expand Down

0 comments on commit d226130

Please sign in to comment.