Skip to content

FIX: Fix File Indicator Slot#205

Merged
zdomke merged 2 commits into
mainfrom
zdomke/file-indicator-slot
Oct 13, 2025
Merged

FIX: Fix File Indicator Slot#205
zdomke merged 2 commits into
mainfrom
zdomke/file-indicator-slot

Conversation

@zdomke

@zdomke zdomke commented Oct 6, 2025

Copy link
Copy Markdown
Collaborator

Description

Fixes a bug with the slot for displaying the current imported file name on the footer.

I incorrectly defined set_file_indicator()'s argument as being a str when it should be a pathlib.Path object. This caused PyQT to believe that the slot was incorrect and it threw an error.

Motivation

Fixing a small bug.

Screenshots

Screenshot 2025-10-06 at 11 03 00

Pre-merge checklist

  • Code works interactively
  • Code contains descriptive docstrings
  • New/changed functions and methods are covered in the test suite where possible
  • Test suite passes locally
  • Test suite passes on GitHub Actions

@zdomke zdomke requested a review from a team October 6, 2025 18:08
@zdomke zdomke self-assigned this Oct 6, 2025
@zdomke zdomke added the bug Something isn't working label Oct 6, 2025
@zdomke zdomke merged commit fb3fe51 into main Oct 13, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants