Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not allow str/path for FeedProperty #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Do not allow str/path for FeedProperty #8

wants to merge 2 commits into from

Conversation

heijul
Copy link
Owner

@heijul heijul commented Mar 18, 2023

What's not working right now, is the reading of the feeds using command line arguments.
One way of solving this would be to add *_feed_path properties, which only contain the path, which are then used to populate the FeedProperty, should it not exist. Technically these could also be read in the background by a different thread/process.

@heijul heijul linked an issue Mar 18, 2023 that may be closed by this pull request
@heijul
Copy link
Owner Author

heijul commented Mar 18, 2023

While fixing this, the same fix should be applied to MappingProperty as well.

@heijul heijul changed the title Issue 4 Do not allow str/path for FeedProperty Mar 23, 2023
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.

Do not allow paths as values for FeedProperty
1 participant