Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Bug fix for regression test #496

Merged
merged 9 commits into from
Jun 21, 2021
Merged

Bug fix for regression test #496

merged 9 commits into from
Jun 21, 2021

Conversation

ant0nsc
Copy link
Contributor

@ant0nsc ant0nsc commented Jun 18, 2021

Please follow the guidelines for PRs contained here. Checklist:

  • Ensure that your PR is small, and implements one change.
  • Add unit tests for all functions that you introduced or modified.
  • Run PyCharm's code cleanup tools on your Python files.
  • Link the correct GitHub issue for tracking.
  • Update the Changelog file: Describe your change in terms of
    Added/Changed/Removed/... in the "Upcoming" section.
  • When merging your PR, replace the default merge message with a description of your PR,
    and if needed a motivation why that change was required.

@ant0nsc ant0nsc added the no changelog needed CHANGELOG.md does not need to be updated in this PR label Jun 18, 2021
@ant0nsc ant0nsc enabled auto-merge (squash) June 21, 2021 11:32
@ant0nsc ant0nsc requested a review from Shruthi42 June 21, 2021 11:32
messages.append(f"Issues in {message_prefix}:")
messages.extend(new_messages)
else:
logging.info(f"Folder {subfolder} not found, skipping comparison against {message_prefix}.")
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it really ok to skip here?

@ant0nsc ant0nsc merged commit be36e39 into main Jun 21, 2021
@ant0nsc ant0nsc deleted the antonsc/regressiontests2 branch June 21, 2021 13:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
no changelog needed CHANGELOG.md does not need to be updated in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants