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 for #75 and #92 #103

Merged
merged 5 commits into from
Nov 10, 2020
Merged

Fix for #75 and #92 #103

merged 5 commits into from
Nov 10, 2020

Conversation

meisnate12
Copy link

[2.4.7] - 2020-11-09

Fixed

@@ -83,27 +83,24 @@ def imdb_get_movies(config_path, plex, data):
print_display = "| Processing: {}/{} {}".format(current_count, len(plex_movies), m.title)
print(adjust_space(current_length, print_display), end="\r")
current_length = len(print_display)
try:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it break anything to leave try/except? I like the insurance.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its just a good idea to only catch what we know is coming if an error like the occurs again we wouldn't have the error trace for the user without having to take it out again

@mza921 mza921 merged commit 22bd7da into mza921:master Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants