Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Aug 14, 2024
1 parent 97f4987 commit 8c67dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ComfyUI.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# -*- mode: python ; coding: utf-8 -*-

import os
Expand All @@ -15,8 +16,7 @@ def include_folder(folder_name):
relative_path = os.path.relpath(full_path, start=os.getcwd())
# Ensure the destination path doesn't include the filename as a directory
destination_path = os.path.dirname(relative_path)
files_to_inclu
de.append((full_path, destination_path))
files_to_include.append((full_path, destination_path))
return files_to_include

spandrel_datas, spandrel_binaries, spandrel_hiddenimports = collect_all('spandrel')
Expand Down

0 comments on commit 8c67dc1

Please sign in to comment.