Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type mismatches when assigning properties on import.
Round numbers when assigning to integer properties on import to avoid errors relating to floating point inaccuracies, i.e. the property value should be an int but it's actually a float.
- Loading branch information