Skip to content

Commit cc48a1d

Browse files
committed
mh fix
1 parent 7257021 commit cc48a1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/createDataDictionary.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function createDataDictionary(cfg, logFile)
1414
% :param logFile: Contains the data you want to save.
1515
% :type logFile: structure
1616

17-
1817
fileName = strrep(logFile(1).filename, '.tsv', '.json');
1918
fullFilename = getFullFilename(fileName, cfg);
2019

src/utils/createValidName.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
%
99
% [taskName, taskNameValid] = createTaskName(taskName)
1010
%
11-
% :param taskName: Name given to the task. Can be any string including spaces and special characters.
11+
% :param taskName: Name given to the task. Can be any string including spaces
12+
% and special characters.
1213
% :type taskName: string
1314
%
1415
% :returns:

0 commit comments

Comments
 (0)