Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with config files #170

Merged
merged 8 commits into from
Mar 12, 2023
Merged

Fix issue with config files #170

merged 8 commits into from
Mar 12, 2023

Conversation

alexpdev
Copy link
Owner

#Fixes #169

Addresses bug with the configuration file feature and bumps version to 0.8.9

@alexpdev alexpdev added the bug Something isn't working label Mar 12, 2023
@alexpdev alexpdev added this to the 0.8.8 milestone Mar 12, 2023
@alexpdev alexpdev self-assigned this Mar 12, 2023
@codecov
Copy link

codecov bot commented Mar 12, 2023

Codecov Report

Merging #170 (f4f7768) into master (d3b1017) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #170   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         2903      2913   +10     
=========================================
+ Hits          2903      2913   +10     
Impacted Files Coverage Δ
torrentfile/cli.py 100.00% <ø> (ø)
torrentfile/torrent.py 100.00% <ø> (ø)
tests/test_cli.py 100.00% <100.00%> (ø)
tests/test_commands.py 100.00% <100.00%> (ø)
torrentfile/commands.py 100.00% <100.00%> (ø)
torrentfile/version.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@alexpdev alexpdev merged commit 6f19ad2 into master Mar 12, 2023
@alexpdev alexpdev deleted the fix_issue_with_config_files branch March 26, 2023 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configuration file isn't applying the values
1 participant