mirror of https://github.com/openXC7/prjxray.git
part: use python3 to fix import error
Signed-off-by: John McMaster <JohnDMcMaster@gmail.com>
This commit is contained in:
parent
e7a1d2a217
commit
55d4431f8f
|
|
@ -10,7 +10,7 @@ $(SPECIMENS): Makefile.specimen
|
|||
|
||||
pushdb:
|
||||
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:
|
||||
$(MAKE) clean
|
||||
|
|
|
|||
Loading…
Reference in New Issue