qualisys / qtm-scripting

6 stars 3 forks source link

Warning Comments For Using Variables In Helper Modules #16

Closed OliverGlandberger closed 8 months ago

OliverGlandberger commented 8 months ago

We ran into a bug caused by the fact that, when running multiple scripts simultaneously (that load helper modules), the variables in these modules gets reset each time it's loaded. To avoid possible confusion and bugs, this PR adds short warning messages to these helper modules as a precaution.