reconstructed/inventory_plugins
Emmanuel BENOîT a5b1ac5c4c Better loop variable state handling
* Loops caused local scripts variables to be backed up then restored,
    which would have caused a set_var in a loop to have no effect.
  * Instead, we back up the state of the variable (existing or not,
    value) and either restore the original value or delete the variable
    if it didn't exist.
2022-09-04 22:54:03 +02:00
..
reconstructed.py Better loop variable state handling 2022-09-04 22:54:03 +02:00