Skip to content

Commit

Permalink
Add index and time for V3 conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
aorzelskiGH committed Jan 2, 2024
1 parent d4c5cb6 commit 986afb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AasxServerStandardBib/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ private static async Task<int> Run(CommandLineArguments a)
Console.Error.WriteLine($"Cannot open {fn}. Aborting..");
return 1;
}
Console.WriteLine("SAVE TO TEMP: " + fn);
Console.WriteLine((fi + 1) + "/" + fileNames.Length + " " + watch.ElapsedMilliseconds / 1000 + "s " + "SAVE TO TEMP: " + fn);
Program.env[envi].SaveAs(tempName);
fi++;
continue;
Expand Down

0 comments on commit 986afb1

Please sign in to comment.