-
Notifications
You must be signed in to change notification settings - Fork 390
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 #1105 in utils.py #1114
base: 2.18-Beta
Are you sure you want to change the base?
Conversation
added import for shutil
Ready to merge @ThioJoe |
@@ -5,6 +5,7 @@ | |||
import Scripts.auth as auth | |||
from googleapiclient.errors import HttpError | |||
from html import unescape | |||
import shutil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this code is ONE LINE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you suggest adding more lines to fix the issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IDK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you suggest adding more lines to fix the issue?
I tried this myself, and it does fix the issue. However, if you have other ideas or improvements, I'm happy to discuss them.
Additional note; |
added import for shutil
Type of change
Proposed Changes
Why is this change needed?
It's needed because its allows beta to run on unix
Checklist: