From 4084e2644365aebd91baf0f9942955e6cc2dbcdf Mon Sep 17 00:00:00 2001
From: Jan Lemmer <jan.lemmer@fst.tu-darmstadt.de>
Date: Thu, 17 Feb 2022 14:58:07 +0100
Subject: [PATCH] Add fix

---
 +PlotID/copyUserFCN.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/+PlotID/copyUserFCN.m b/+PlotID/copyUserFCN.m
index fe79a88..26f5c7b 100644
--- a/+PlotID/copyUserFCN.m
+++ b/+PlotID/copyUserFCN.m
@@ -2,7 +2,7 @@ function pList = copyUserFCN(scriptPath, folderName, storPath, ID)
    [fList,pList] = matlab.codetools.requiredFilesAndProducts(scriptPath);
    fList = fList(~ismember(fList,scriptPath)); % rmv plot script itself from list
    fList = fList(~contains(fList,'config.json')); % rmv config.json from list
-   fList = PlotID.removePltIdFiles(fList); % Do not copy files that are part of PlotID
+   fList = removePltIdFiles(fList); % Do not copy files that are part of PlotID
    if ~isempty(fList)
        PlotID.createFileCopy(fList,folderName,storPath,ID,'userFcn');
    end
-- 
GitLab