Skip to content

Instantly share code, notes, and snippets.

@DevloperHS
Created January 7, 2022 14:37
Show Gist options
  • Select an option

  • Save DevloperHS/1d8c8634ccff07c93bd604a4567796a7 to your computer and use it in GitHub Desktop.

Select an option

Save DevloperHS/1d8c8634ccff07c93bd604a4567796a7 to your computer and use it in GitHub Desktop.
def create_manifest(
data: List[tuple],
output_name: str,
manifest_path: str):
output_file = Path(manifest_path) / output_name
output_file.parent.mkdir(exist_ok=True, parents=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment