A lot of functions like smb.execute have multiple different return types such as "None", "Boolean" or "String". This leads to exceptions such as mentioned in #458, #431 or #177. Standardising them would resolve these issues which can lead to unnecessary stacktraces in certain edge cases
A lot of functions like smb.execute have multiple different return types such as "None", "Boolean" or "String". This leads to exceptions such as mentioned in #458, #431 or #177. Standardising them would resolve these issues which can lead to unnecessary stacktraces in certain edge cases