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

find_config_files uses something that looks like a print function but isn't #4035

Closed
hawkowl opened this issue Oct 15, 2018 · 3 comments
Closed
Assignees
Labels
z-bug (Deprecated Label)

Comments

@hawkowl
Copy link
Contributor

hawkowl commented Oct 15, 2018

                        print (
                            "Found file in config directory that does not"
                            " end in '.yaml': %r. IGNORING."
                        ) % (entry_path, )

The above applies string interpolation to the result of the print() function on Python 3, not the text.

@hawkowl hawkowl added z-bug (Deprecated Label) py3 labels Oct 15, 2018
@hawkowl hawkowl self-assigned this Oct 15, 2018
@NotAFile
Copy link
Contributor

hm, I thought I'd done all of those.

@hawkowl
Copy link
Contributor Author

hawkowl commented Oct 22, 2018

Fixed in #4068

@hawkowl hawkowl closed this as completed Oct 22, 2018
@hawkowl
Copy link
Contributor Author

hawkowl commented Oct 22, 2018

Fixed in #4068

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
z-bug (Deprecated Label)
Projects
None yet
Development

No branches or pull requests

2 participants