Revize 127a92b1
Přidáno uživatelem Eliška Mourycová před téměř 4 roky(ů)
Server/ServerApp/User/CommandsAcceptor.cs | ||
---|---|---|
167 | 167 |
Console.WriteLine(f); |
168 | 168 |
|
169 | 169 |
} |
170 |
catch(Exception ex)
|
|
170 |
catch (Exception)
|
|
171 | 171 |
{ |
172 | 172 |
Console.WriteLine("Data download failed, please ensure the start date is before or same as end date."); |
173 | 173 |
return; |
... | ... | |
188 | 188 |
/// <param name="c">The command</param> |
189 | 189 |
private void HandleModelCommand(Command c) |
190 | 190 |
{ |
191 |
// TODO: |
|
192 |
// model -files |
|
193 |
// model -retrain |
|
194 |
// model -rollback |
|
195 | 191 |
|
196 | 192 |
// todo if the command has something else after the flag - abort? |
197 | 193 |
if (c.FlagsAndData.ContainsKey("files")) |
Také k dispozici: Unified diff
Cosmetic changes, documentation adding, warnings fixing.