[fix] default arg again

This commit is contained in:
Al
2015-11-22 14:22:09 -05:00
parent 4cc275e313
commit 4f0d6fbf79

View File

@@ -126,7 +126,7 @@ class LanguagePolygonIndex(RTreePolygonIndex):
@classmethod
def create_with_quattroshapes(cls, quattroshapes_dir,
output_dir,
index_filename=DEFAULT_INDEX_FILENAME,
index_filename=None,
polys_filename=DEFAULT_POLYS_FILENAME):
admin0_filename = os.path.join(quattroshapes_dir, 'qs_adm0.shp')
admin1_filename = os.path.join(quattroshapes_dir, 'qs_adm1.shp')