Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QUADS 2.0.0 additional system message with host delta traceback #495

Closed
sadsfae opened this issue Jun 18, 2024 · 1 comment
Closed

QUADS 2.0.0 additional system message with host delta traceback #495

sadsfae opened this issue Jun 18, 2024 · 1 comment

Comments

@sadsfae
Copy link
Member

sadsfae commented Jun 18, 2024

[root@quads2-stage quads]# quads --notify
=============== Initial Message
=============== Additional Message
Traceback (most recent call last):
  File "/usr/bin/quads", line 33, in <module>
    sys.exit(load_entry_point('quads==2.0', 'console_scripts', 'quads')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/quads/cli/main.py", line 64, in main
    _exit_code = qcli.run(
                 ^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/quads/cli/cli.py", line 64, in run
    exit_code = action_meth()
                ^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/quads/cli/cli.py", line 1870, in action_notify
    notify(self.logger)
  File "/usr/lib/python3.12/site-packages/quads/tools/notify.py", line 246, in main
    host_list = [schedule.host.name for schedule in diff]
                 ^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'host'
@sadsfae sadsfae added this to the 2.0 Series - Bowie milestone Jun 18, 2024
sadsfae pushed a commit that referenced this issue Jun 18, 2024
closes: #495
Change-Id: I9d2fd06ed5e0e71747064d560886cbf6c29e60ae
@grafuls
Copy link
Contributor

grafuls commented Jun 18, 2024

@grafuls grafuls closed this as completed Jun 18, 2024
@github-project-automation github-project-automation bot moved this from To do to Completed in QUADS 2.0 Release Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Completed
Development

No branches or pull requests

2 participants