6
mirror of https://github.com/AllSpiceIO/cofactr-cogs.git synced 2025-04-18 07:48:55 +00:00

doc: Update comment to reflect moved repo and ECAD generic

This commit is contained in:
Jonathan Tran 2024-05-23 13:32:36 -04:00
parent ac793bd672
commit e323e1811d
No known key found for this signature in database

View File

@ -1,9 +1,10 @@
#! /usr/bin/env python3
# Compute the Cost of Goods Sold for a PrjPcb file.
# This example doesn't depend on py-allspice, but requires a BOM CSV file to
# run. You can use the `generate_bom.py` script in this directory to generate
# a BOM CSV.
# Compute the Cost of Goods Sold for a BOM.
#
# This script doesn't depend on py-allspice, but it requires a BOM CSV file to
# run. You can use https://github.com/AllSpiceIO/generate-bom to generate a BOM
# CSV.
from argparse import ArgumentParser
from contextlib import ExitStack