Skip to content

Commit

Permalink
embed: make target directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mnottale committed Nov 16, 2023
1 parent e0e4d76 commit ba326b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
base_path = sys.argv[2]
inputs = sys.argv[3:]


os.makedirs(os.path.dirname(path), exist_ok=True)
with open(output, 'w') as out:
out.write("""
#include <string>
Expand Down

0 comments on commit ba326b3

Please sign in to comment.