Skip to content

Commit 78285b8

Browse files
committed
save filename
1 parent ecd484e commit 78285b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolbox/core/bst_progress.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
% % Get the name of the function that is calling bst_progress
104104
stacks = dbstack(1);
105-
caller_name = stacks(1).name;
105+
caller_name = sprintf('%s/%s', stacks(1).file, stacks(1).name);
106106
if ~isempty(GlobalData.Program.ProgressBar)
107107
progress_list = cellfun(@(x) x.Values.Caller, GlobalData.Program.ProgressBar, 'UniformOutput',false);
108108
else

0 commit comments

Comments
 (0)