Format Error

This commit is contained in:
Yousefnezhad 2025-06-11 10:50:15 +03:30
commit edba62e971

View file

@ -112,7 +112,7 @@ def get_exports(module, output_format, file_path="/etc/exports"):
}
except Exception as e:
module.fail_json(msg="Error while processing exports: {}".format(str(e)))
module.fail_json(msg="Error while processing exports: {}".format(e))
def main():