You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the CLI seems to be very tolerant when it comes to errors. One example that I recently saw:
2024-07-25 18:11:20,962 - WARNING Link creation for "<LogicalFunction '[REPLACED]' (b9068884-d922-48de-a79f-555b47900e6b)>" partially successful. Some links were not created:
Requested attribute: realizes
AttributeError 'LogicalFunction' object has no attribute 'realizes'
The reason for the error message comes from an invalid configuration:
la:
LogicalFunction:
links:
- realizes
The error message got lost in the spam of log messages. The exit code of the run was 0, the Gitlab CI/CD pipeline was green. However, this is obviously a faulty configuration.
Currently, the CLI seems to be very tolerant when it comes to errors. One example that I recently saw:
The reason for the error message comes from an invalid configuration:
The error message got lost in the spam of log messages. The exit code of the run was 0, the Gitlab CI/CD pipeline was green. However, this is obviously a faulty configuration.
Here is my proposal:
The text was updated successfully, but these errors were encountered: