Merge pull request #379 from mcmasterg/part_py3

part: use python3 to fix import error
This commit is contained in:
John Mcmaster 2018-12-20 22:07:17 -08:00 committed by GitHub
commit 36af078dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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