Skip to content

Commit

Permalink
[ignore_changes] Renamed module and fixed documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
anvitha-jain committed Oct 16, 2024
1 parent 85eeea1 commit c004fd2
Show file tree
Hide file tree
Showing 5 changed files with 502 additions and 503 deletions.
2 changes: 1 addition & 1 deletion plugins/module_utils/mso.py
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ def verify_time_format(self, date_time):
formatted_date_time = datetime.datetime.strptime(date_time, "%Y-%m-%d %H:%M:%S")
return str(formatted_date_time)
except ValueError:
return self.fail_json(msg="TIME FORMAT ERROR: The time must be in 'YYYY-MM-DD HH:MM:SS' format.")
return self.fail_json(msg="ERROR: The time must be in 'YYYY-MM-DD HH:MM:SS' format.")


def service_node_ref_str_to_dict(serviceNodeRefStr):
Expand Down
Loading

0 comments on commit c004fd2

Please sign in to comment.