Skip to content
Snippets Groups Projects
Commit ebc2f274 authored by Lemmer, Jan's avatar Lemmer, Jan
Browse files

Display change

parent e332e141
No related branches found
No related tags found
2 merge requests!32Dev/config,!30Fix CI
Pipeline #591868 failed
......@@ -28,7 +28,7 @@ classdef config < handle
msg = ['no valid config File with the filename ',...
obj.configFileName, ' found.' newline,...
'Please enter the required information manually'];
warning(msg);
disp(msg);
obj.configData = obj.wizard('initilise');
m = input('Do you want to save the config, Y/N [Y]:','s');
if ismember(m,{'Y','y'})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment