Skip to content

Commit

Permalink
🔥 data is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Mar 18, 2021
1 parent e7bf997 commit 939160e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-fix-le.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
path = os.path.join(os.getcwd(), "patches", patch)

fin = open(path, "rb")
data = data.read().replace(b"\r\n",b"\n")
data = fin.read().replace(b"\r\n",b"\n")
fin.close()

fin = open(path, "wb")
Expand Down

0 comments on commit 939160e

Please sign in to comment.