Skip to content

Commit 449f52c

Browse files
committed
fix unfold bug
1 parent 58ba92a commit 449f52c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils/unfold.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ function printKeyToScreen(input)
155155

156156
function printValueToScreen(input)
157157
base_string = ' =\t';
158+
msg = '';
158159
if ischar(input)
159160
msg = sprintf('%s''%s'' ', base_string, input);
160161
elseif isinteger(input) || islogical(input)

0 commit comments

Comments
 (0)