forked from JOJ/Joint-Teapot
fix: remove git lock
This commit is contained in:
parent
f4fb5eae05
commit
69e097e04b
|
|
@ -97,7 +97,7 @@ class Git:
|
||||||
if filename.endswith(".lock"):
|
if filename.endswith(".lock"):
|
||||||
lock_file_path = os.path.join(root, filename)
|
lock_file_path = os.path.join(root, filename)
|
||||||
if (
|
if (
|
||||||
os.path.join(".git", filename)
|
os.path.relpath(lock_file_path, repo_dir)
|
||||||
== settings.joj3_lock_file_path
|
== settings.joj3_lock_file_path
|
||||||
):
|
):
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user