Skip to content

Commit 344c2b0

Browse files
authored
Merge pull request #1009 from NeurodataWithoutBorders/sleap_test
2 parents f662187 + fccc1c3 commit 344c2b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/electron/frontend/core/components/pages/settings/SettingsPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import { humanReadableBytes } from "../../../../utils/bytes";
3838
const DATA_OUTPUT_PATH = joinPath(testDataFolderPath, "single_session_data");
3939
const DATASET_OUTPUT_PATH = joinPath(testDataFolderPath, "multi_session_dataset");
4040

41-
const propertiesToTransform = ["folder_path", "file_path", "config_file_path"];
41+
const propertiesToTransform = ["folder_path", "file_path", "config_file_path", "video_file_path"];
4242

4343
const deleteIfExists = (path) => (fs.existsSync(path) ? fs.rmSync(path, { recursive: true }) : "");
4444

src/example_pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# AdditionalDataInterface: ...
1515

1616
# NOTE: Can also just provide interfaces directly below pipeline name
17+
# testGINPath (from pipelines.test.ts) is prepended to each path listed here (see SettingsPage.js)
1718

1819
SpikeGLX-Phy:
1920
metadata:

0 commit comments

Comments
 (0)