[+] fix a typo

This commit is contained in:
Siarhei Siniak 2025-05-07 18:08:16 +03:00
parent 4d4f8d17ac
commit db50a5c09e
3 changed files with 5 additions and 2 deletions

@ -613,7 +613,7 @@ class CLI(abc.ABC):
module = modules[options.module]
with io.open(options.file, 'rb') as f:
pyproject2 = tomlkit.load(options.file)
pyproject2 = tomlkit.load(f)
with io.open(
project.source_dir / 'pyproject.toml',

@ -1,6 +1,6 @@
[project]
name = 'online.fxreader.pr34'
version = '0.1.5.16+27.4'
version = '0.1.5.16+27.5'
dependencies = [
#"-r requirements.txt",

Binary file not shown.