mirror of
https://github.com/AllSpiceIO/cofactr-cogs.git
synced 2025-04-18 07:48:55 +00:00
Merge pull request #15 from AllSpiceIO/jt/fix-comment
doc: Update comment to reflect moved repo and ECAD generic
This commit is contained in:
commit
25ba6a8bd3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user