Don't show file not added for project json file
This commit is contained in:
@@ -345,9 +345,12 @@ class MainViewModel : BaseViewModel, IFontResolver, ICanCheckShutdown
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!didMatch)
|
if (!didMatch)
|
||||||
|
{
|
||||||
|
if (!filePath.EndsWith(GetReportSavedDataFileName()))
|
||||||
{
|
{
|
||||||
LogInfo("File {0} did not match allowed file extension types, so it was not added.", filePath);
|
LogInfo("File {0} did not match allowed file extension types, so it was not added.", filePath);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
var date = Utilities.CheckValidDateInString(filePath);
|
var date = Utilities.CheckValidDateInString(filePath);
|
||||||
|
|||||||
Reference in New Issue
Block a user