Skip to content

[DLSPS] Fix for image ingestor multi instance pipeline status is inco…#1897

Open
marcin-wadolkowski wants to merge 1 commit intomainfrom
ITEP-22147
Open

[DLSPS] Fix for image ingestor multi instance pipeline status is inco…#1897
marcin-wadolkowski wants to merge 1 commit intomainfrom
ITEP-22147

Conversation

@marcin-wadolkowski
Copy link
Contributor

…rrect

Description

Please include a summary of the changes and the related issue. List any dependencies that are required for this change.

Fixes # (issue)

Any Newly Introduced Dependencies

Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

  • I agree to use the APACHE-2.0 license for my code changes.
  • I have not introduced any 3rd party components incompatible with APACHE-2.0.
  • I have not included any company confidential information, trade secret, password or security token.
  • I have performed a self-review of my code.

return

if self.state is Pipeline.State.ABORTED:
self._logger.info("Pipeline {id} was aborted before starting".format(
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pylint] reported by reviewdog 🐶
W1202: Use lazy % formatting in logging functions (logging-format-interpolation)

return

if self.state is Pipeline.State.ABORTED:
self._logger.info("Pipeline {id} was aborted before starting".format(
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pylint] reported by reviewdog 🐶
C0209: Formatting a regular string which could be an f-string (consider-using-f-string)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant