From 9f8fc917c4133927599639783504b5343bf210b9 Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Thu, 8 Feb 2018 15:06:19 +0300 Subject: More columns to feature_list --- storage/storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage') diff --git a/storage/storage.cpp b/storage/storage.cpp index ae40df96c9..eeef9ebd9b 100644 --- a/storage/storage.cpp +++ b/storage/storage.cpp @@ -709,7 +709,7 @@ void Storage::LoadCountriesFile(string const & pathToCountriesFile, string const if (!m_dataDir.empty() && !Platform::MkDirChecked(my::JoinFoldersToPath(GetPlatform().WritableDir(), m_dataDir))) { - MYTHROW(FileSystemException, ("Unable to find or create directory", m_dataDir)); + // MYTHROW(FileSystemException, ("Unable to find or create directory", m_dataDir)); } if (m_countries.IsEmpty()) -- cgit v1.2.3