Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Fix last ENV element in Python missing
Browse files Browse the repository at this point in the history
  • Loading branch information
guimspace committed May 22, 2021
1 parent a18557f commit aa34912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/src/wrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def generateEnvelope(matrix, isLine):
j = j + 1
i = 0

envelope.append(0)
ENVcol.append(p)

return {
Expand Down

0 comments on commit aa34912

Please sign in to comment.