Skip to content

Commit

Permalink
Dev (#5)
Browse files Browse the repository at this point in the history
* integration of image save for image nodes compilation

* updating temp image naming
  • Loading branch information
aminelemaizi authored Dec 27, 2024
1 parent a6498cd commit fb27a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coded-flows/coded_flows/utils/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def save_image_to_temp(image):
random_filename = f"{uuid.uuid4().hex}.png"
random_filename = f"cfimg_{uuid.uuid4().hex}.png"
temp_dir = tempfile.gettempdir()
file_path = os.path.join(temp_dir, random_filename)

Expand Down
2 changes: 1 addition & 1 deletion coded-flows/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "coded-flows"
version = "0.4.0"
version = "0.4.1"
description = "Various utilities for Coded Flows"
authors = ["COLOR CODED CODES <contact@colorcoded.codes>"]
readme = "README.md"
Expand Down

0 comments on commit fb27a07

Please # to comment.