Forgot to report on device (#71)

* Add blender barbershop render

* Avoid spellchecking imports

* Add more...

* Add pylint fixes

* add pylintrc

* Some fixes to running

* Update friendly name

* pylint fixes

* Download scene from L drive

* Update cspell

* report on device
This commit is contained in:
nharris-lmg
2023-10-18 16:38:10 -07:00
committed by GitHub
parent 9ef7819edb
commit b4e477e616

View File

@@ -54,6 +54,7 @@ try:
report = {
"score": score,
"version": version,
"device": args.device,
"start_time": round((start_time * 1000)),
"end_time": round((end_time * 1000))
}