Skip to content

Commit

Permalink
Merge pull request #13 from synkd/add_path_and_filename_attrs_to_mani…
Browse files Browse the repository at this point in the history
…fest

Add path and filename as attributes of manifest
  • Loading branch information
synkd committed Sep 2, 2022
2 parents 4f7eeef + eed62cf commit 05ab9b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifester/manifester.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ def trigger_manifest_export(self):
f"{local_file}"
)
local_file.write_bytes(manifest.content)
manifest.path = local_file
return manifest

def get_manifest(self):
Expand Down

0 comments on commit 05ab9b9

Please sign in to comment.