latenighttales / alcali

Featureful Saltstack GUI
https://alcali.dev
MIT License
356 stars 61 forks source link

Check if return is integer #376

Open drscream opened 3 years ago

drscream commented 3 years ago

It might be possible that the ret["return"] is also an integer. For that reason it need to be handled as well.

mattLLVW commented 3 years ago

Did you experience this issue? Could you provide an example when it occurs? Cheers.

drscream commented 3 years ago

Yes, basically because of a customer module. I'm not 100% sure what would be the best way to handle this, but I would expect that it's good to check it here :-)