Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
Signed-off-by: miigotu <[email protected]>
  • Loading branch information
miigotu committed Feb 17, 2022
1 parent 8864bed commit 6175f4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sickchill"
version = "2022.02.17-2"
version = "2022.02.17-3"
description = 'Automatic Video Library Manager for TV Shows'
license = "GPL-3.0+"

Expand Down
2 changes: 1 addition & 1 deletion sickchill/init_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def check_req_installed():
# get the packages string from poetry
result, output = subprocess.getstatusoutput(f"cd {pyproject_path.parent} && {sys.executable} -m poetry export -f requirements.txt --without-hashes")

output = clean_output()
output = clean_output(output)
output = output.strip().splitlines()

# Synology remove existing upto date packages from update lists
Expand Down
2 changes: 1 addition & 1 deletion sickchill/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2022.02.17-2"
__version__ = "2022.02.17-3"

0 comments on commit 6175f4c

Please sign in to comment.