radyakin / susoapi

Survey Solutions API access from Stata
1 stars 3 forks source link

Error when closing any assignment #35

Closed radyakin closed 7 months ago

radyakin commented 7 months ago
. .demo.assignments_close 1

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<stdin>", line 6, in assignments_close
AttributeError: type object 'Macro' has no attribute 'setScalar'
r(7102);

Note: closing actually takes place, but the error is incorrect and the program is interrupted.