Skip to content

Commit 0c60ed7

Browse files
amondnetCopilot
andauthored
Update src/specify_cli/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fcca5da commit 0c60ed7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/specify_cli/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,8 @@ def ensure_executable_scripts(project_path: Path, tracker: StepTracker | None =
725725
continue
726726
except Exception:
727727
continue
728-
st = hook.stat(); mode = st.st_mode
728+
st = hook.stat()
729+
mode = st.st_mode
729730
if mode & 0o111:
730731
continue
731732
new_mode = mode

0 commit comments

Comments
 (0)