-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add more tests for ngi_data and fix some bugs #29
Conversation
@@ -7,4 +7,4 @@ DAILY_READ_REPORTS_LOCATION='tests/test_reports_location' | |||
DAILY_READ_FETCH_FROM_NGIS = true | |||
DAILY_READ_FETCH_FROM_SNPSEQ = true | |||
DAILY_READ_FETCH_FROM_UGC = true | |||
#DAILY_READ_LOG_LOCATION='tests/log_location' | |||
DAILY_READ_USERS_LIST_LOCATION= |
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.
Ok, replaced a comment with a likely typo? Shouldn't there be something on the right side of the equal sign?
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 no, its not a typo. The field can be empty and should be empty if you want DailyRead to look at all users. If its not, the reports will only be generated for users in the list.
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.
Looks good, thank you!
No description provided.