Skip to content

Commit

Permalink
Added some bars to highlight contact info.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Jan 30, 2020
1 parent a787be0 commit 22879b6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/pudl/load/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 22879b6

Please sign in to comment.