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

Replace os.walk() with os.scandir() #53

Merged
merged 3 commits into from
Aug 26, 2024
Merged

Replace os.walk() with os.scandir() #53

merged 3 commits into from
Aug 26, 2024

Conversation

srp3rd
Copy link
Contributor

@srp3rd srp3rd commented Aug 23, 2024

Change CSC ingest messages to use await
Add additional logging
Add additional asyncio.sleep(0) calls

Change CSC ingest messages to use await
Add additional logging
Add additional asyncio.sleep(0) calls
import os


class Scanner(object):
Copy link

@mxk62 mxk62 Aug 26, 2024

Choose a reason for hiding this comment

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

Please add both the class and the method docstrings.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

Refactor some variable names
@srp3rd srp3rd merged commit e087bd4 into legacy Aug 26, 2024
3 checks passed
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.

3 participants