Skip to content

Commit a8d4d50

Browse files
committed
Merge remote-tracking branch 'cpp-ll-lab/dev' into remi-test_20210303
2 parents af137f2 + b7164d9 commit a8d4d50

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"projectOwner": "cpp-lln-lab",
5757
"repoType": "github",
5858
"repoHost": "https://github.com",
59-
"skipCi": false,
59+
"skipCi": true,
6060
"contributorsSortAlphabetically": true
6161
}

audioLocTranslational.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@
152152

153153
eyeTracker('Shutdown', cfg);
154154

155+
% remove the sound data from the cfg before saving it.
156+
cfg = rmfield(cfg, 'soundData');
155157
createJson(cfg, cfg);
156158

157159
farewellScreen(cfg);

0 commit comments

Comments
 (0)