We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af137f2 + b7164d9 commit a8d4d50Copy full SHA for a8d4d50
.all-contributorsrc
@@ -56,6 +56,6 @@
56
"projectOwner": "cpp-lln-lab",
57
"repoType": "github",
58
"repoHost": "https://github.com",
59
- "skipCi": false,
+ "skipCi": true,
60
"contributorsSortAlphabetically": true
61
}
audioLocTranslational.m
@@ -152,6 +152,8 @@
152
153
eyeTracker('Shutdown', cfg);
154
155
+ % remove the sound data from the cfg before saving it.
156
+ cfg = rmfield(cfg, 'soundData');
157
createJson(cfg, cfg);
158
159
farewellScreen(cfg);
0 commit comments