Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 56ea1eb5

Přidáno uživatelem Eliška Mourycová před téměř 4 roky(ů)

Re #9055. Fixed model -files bug.

Zobrazit rozdíly:

Server/ServerApp/User/CommandsAcceptor.cs
196 196
			// todo if the command has something else after the flag - abort?
197 197
			if (c.FlagsAndData.ContainsKey("files"))
198 198
			{
199
				List<string> files = (List<string>)model.GetDataFileNames();
199
				IEnumerable<string> files = model.GetDataFileNames();
200 200
				Console.WriteLine("Listing current model's trianing data...");
201 201

  
202 202
				foreach (string f in files)

Také k dispozici: Unified diff