Skip to content

Commit

Permalink
nc shouldn't be in inexpensive list
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 23, 2021
1 parent 23bd6a8 commit d1f2031
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/qgsgdalutils.cpp
Expand Up @@ -52,8 +52,7 @@ const QStringList QgsGdalUtils::INEXPENSIVE_TO_SCAN_EXTENSIONS
{
QStringLiteral( "xlsx" ),
QStringLiteral( "ods" ),
QStringLiteral( "csv" ),
QStringLiteral( "nc" ) };
QStringLiteral( "csv" ) };

bool QgsGdalUtils::supportsRasterCreate( GDALDriverH driver )
{
Expand Down

0 comments on commit d1f2031

Please sign in to comment.