Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
560e9f7a
Commit
560e9f7a
authored
May 29, 2023
by
comfyanonymous
Browse files
Disable repo owner validation in update.py
parent
b9818eb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ci/update_windows/update.py
.ci/update_windows/update.py
+1
-1
No files found.
.ci/update_windows/update.py
View file @
560e9f7a
...
...
@@ -41,7 +41,7 @@ def pull(repo, remote_name='origin', branch='master'):
else
:
raise
AssertionError
(
'Unknown merge analysis result'
)
pygit2
.
option
(
pygit2
.
GIT_OPT_SET_OWNER_VALIDATION
,
0
)
repo
=
pygit2
.
Repository
(
str
(
sys
.
argv
[
1
]))
ident
=
pygit2
.
Signature
(
'comfyui'
,
'comfy@ui'
)
try
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment