mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Updated read from utils
This commit is contained in:
parent
ade5fba26c
commit
9327bad136
1 changed files with 1 additions and 2 deletions
|
@ -239,8 +239,7 @@ class Slackbuilds(Configs):
|
|||
|
||||
if sbo_script.is_file() and self.repos.patch_repo_tag:
|
||||
|
||||
with open(sbo_script, 'r', encoding='utf-8') as f:
|
||||
lines = f.readlines()
|
||||
lines: list = self.utils.read_file(sbo_script)
|
||||
|
||||
with open(sbo_script, 'w') as script:
|
||||
for line in lines:
|
||||
|
|
Loading…
Reference in a new issue