Skip to content

Commit

Permalink
Truncate layer name to 62 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Aug 10, 2023
1 parent 32e8413 commit 74155ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions importer/handlers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def fixup_name(self, name):
.replace("(", "")
.replace(",", "")
.replace("&", "")
[:62]
)

def extract_resource_to_publish(self, files, layer_name, alternate, **kwargs):
Expand Down

0 comments on commit 74155ff

Please sign in to comment.