-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added some bars to highlight contact info.
- Loading branch information
1 parent
a787be0
commit 22879b6
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -569,10 +569,12 @@ def validate_save_datapkg(datapkg_descriptor, datapkg_dir, | |
f"Data package data validation failed with goodtables. " | ||
f"Errors: {goodtables_errors}" | ||
) | ||
logger.info('Congrats! You made a valid data package!') | ||
logger.info('If you like PUDL (or not!), we would love to hear from you..') | ||
logger.info(' Let us know you are using PUDL at: [email protected]') | ||
logger.info(' Or sign up for our newsletter at: catalyst.coop/updates/') | ||
logger.info("Congrats! You made a valid data package!") | ||
logger.info("============================================================") | ||
logger.info(" If you like PUDL (or not!) we'd love to hear from you...") | ||
logger.info(" Let us know you are using PUDL at: [email protected]") | ||
logger.info(" Sign up for our newsletter: https://catalyst.coop/updates/") | ||
logger.info("============================================================") | ||
|
||
return report | ||
|
||
|