wallish77 / wlsh_nodes

WLSH ComfyUI Nodes
GNU General Public License v3.0
100 stars 13 forks source link

Python cache files breaking updates #26

Closed condac closed 8 months ago

condac commented 8 months ago
Update(git-clone) error: https://github.com/wallish77/wlsh_nodes / Cmd('git') failed due to: exit code(1)
  cmdline: git pull -v -- origin
  stderr: 'error: The following untracked working tree files would be overwritten by merge:'
    __pycache__/__init__.cpython-311.pyc
    __pycache__/wlsh_nodes.cpython-311.pyc

Pythons pycache should never be included in any git repository.

wallish77 commented 8 months ago

Wow, don't know how they got added. I actually had several files added that were not supposed to be in the last push and already purged one. Thanks for pointing this out, I will remove!