Skip to content

Commit 7237b33

Browse files
committed
Update syncLocalRawDataToServer.m
added confirmation that file was copied
1 parent 5513c77 commit 7237b33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/syncLocalRawDataToServer.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
else
3030
disp(['Copying raw data file ' basename ' to master.'])
3131
copyfile([RAW_DATA_FOLDER filesep basename '.h5'], [RAW_DATA_MASTER filesep basename '.h5']);
32+
disp(['Completed ' basename])
3233
end
3334
end
3435
end

0 commit comments

Comments
 (0)