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

Don't pass arrays to is_dir() #321

Merged
merged 3 commits into from
Mar 9, 2022
Merged

Don't pass arrays to is_dir() #321

merged 3 commits into from
Mar 9, 2022

Conversation

passchn
Copy link
Contributor

@passchn passchn commented Mar 9, 2022

The default config file contains the settings plugins and ignoredTasks which are arrays.

The rendering of the edited template fails because arrays must not be passed to is_dir().

@codecov-commenter
Copy link

codecov-commenter commented Mar 9, 2022

Codecov Report

Merging #321 (0f50282) into master (ff1e999) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #321   +/-   ##
=========================================
  Coverage     57.74%   57.74%           
  Complexity      658      658           
=========================================
  Files            35       35           
  Lines          2123     2123           
=========================================
  Hits           1226     1226           
  Misses          897      897           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ff1e999...0f50282. Read the comment docs.

@dereuromark dereuromark merged commit bdb2e6f into dereuromark:master Mar 9, 2022
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.

None yet

3 participants