Skip to content

Commit

Permalink
english
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Apr 17, 2024
1 parent 3a0908d commit 1cb26b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def diff_layers(layer1, layer2):
def gen_py_layer_diff(diffs, layer, name):
"""
Given a array of tile diffs
this generats a python patches
this generates python patches
"""
patches = []
layer_slug = re.sub(r'[^a-zA-Z_]', '', name)
Expand Down

0 comments on commit 1cb26b3

Please sign in to comment.