mirror of https://github.com/openXC7/prjxray.git
Merge pull request #379 from mcmasterg/part_py3
part: use python3 to fix import error
This commit is contained in:
commit
36af078dba
|
|
@ -10,7 +10,7 @@ $(SPECIMENS): Makefile.specimen
|
||||||
|
|
||||||
pushdb:
|
pushdb:
|
||||||
cp ${XRAY_PART}.yaml ${XRAY_DATABASE_DIR}/$(XRAY_DATABASE)
|
cp ${XRAY_PART}.yaml ${XRAY_DATABASE_DIR}/$(XRAY_DATABASE)
|
||||||
python -m utils.xyaml ${XRAY_PART}.yaml > ${XRAY_DATABASE_DIR}/$(XRAY_DATABASE)/${XRAY_PART}.json
|
python3 -m utils.xyaml ${XRAY_PART}.yaml > ${XRAY_DATABASE_DIR}/$(XRAY_DATABASE)/${XRAY_PART}.json
|
||||||
|
|
||||||
run:
|
run:
|
||||||
$(MAKE) clean
|
$(MAKE) clean
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue