Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
KatKatKateryna committed Oct 29, 2023
1 parent dd05da8 commit 1a42669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_utils/patch_requirements.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def main():
"""Removes Python version and OS from Requirements.txt"""
req_file = "requirements.txt"
req_file = "plugin_utils/requirements.txt"

with open(req_file, "r") as file:
lines = file.readlines()
Expand Down

0 comments on commit 1a42669

Please sign in to comment.