-
Notifications
You must be signed in to change notification settings - Fork 963
cleanup python codes #429
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
base: master
Are you sure you want to change the base?
cleanup python codes #429
Conversation
• Discovered 10 words that rhyme with "bug fixes". • Say 'minor improvements' again. Say 'minor improvements' again, I dare you. I DOUBLE DARE YOU!
|
overtake seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
buildbox/appdiff.py
Outdated
| for f in files: | ||
| if False and re.match('PlugIns/.*', f): | ||
| # if re.match('PlugIns/.*', f): | ||
| if False: |
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.
just remove then?
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.
how about d82db8a ?
I try to keep some comments in case of adding them back in the future.
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.
Well, because this second set isn't used anymore, refactoring of functions that use remove_plugin_files could be even better.
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.
thanks for confirming, I can delete this part
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.
Ah, yes, I didn't see that this function essentially does nothing now.
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.
I think the deleting should be as simple as b1c7c76
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.
any thought we could move forward?
|
any thought we could move forward? thanks |
9aa8690 to
579cebb
Compare
simplify some python codes