We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9cd4e commit b28d602Copy full SHA for b28d602
carbontracker/report.py
@@ -226,7 +226,7 @@ def generate_report_from_log(log_file_path, output_path):
226
if not REPORTLAB_AVAILABLE:
227
raise ImportError(
228
"The 'reportlab' package is required to generate PDF reports but is not installed. "
229
- "Please install it with: pip install reportlab"
+ "Please install it with: pip install carbontracker[pdfreport]"
230
)
231
232
# Read and parse log
0 commit comments