Skip to content

Commit

Permalink
Merge pull request #954 from NeurodataWithoutBorders/pre-commit-ci-up…
Browse files Browse the repository at this point in the history
…date-config
  • Loading branch information
rly authored Feb 1, 2025
2 parents cc9fba5 + 96c456f commit fc4728c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
types_or: [css, javascript]

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
additional_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export class GuidedPathExpansionPage extends Page {
const name = parentPath.pop();

if (name === "base_directory") {
form.getFormElement([...parentPath, "base_directory"]).value = value; // Update value pre-emptively
form.getFormElement([...parentPath, "base_directory"]).value = value; // Update value preemptively
const input = form.getFormElement([...parentPath, "format_string_path"]);
if (input.value) input.updateData(input.value, true);
}
Expand Down

0 comments on commit fc4728c

Please sign in to comment.