zebrunner / stf

Mirror for git@github.com:openstf/stf.git repository
Other
31 stars 18 forks source link

#883 Return '0' values when empty DB size, improve size method #885

Closed ignacionar closed 8 months ago

ignacionar commented 9 months ago

The following code returns 0 values for width, height, scale in API call if there are no values stored yet.

It also improves the size method error handling to catch STF API errors (if any)

vdelendik commented 9 months ago

👍