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

Merge pull request from AllSpiceIO/jt/fix-comment

doc: Update comment to reflect moved repo and ECAD generic
This commit is contained in:
Jonathan Tran 2024-05-23 16:51:28 -04:00 committed by GitHub
commit 25ba6a8bd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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