Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix bug with files_to_exclude puts in Rake Task #25

Merged
merged 1 commit into from
Aug 2, 2016

Conversation

shortdudey123
Copy link
Owner

Rake Task was outputing that it was excluding 1 file even though no exclude_paths was being passed. This was due to it being nil, then flattened which gives [nil]. This is an array with 1 element, so it was counting the nil as the 1 file that was excluded.

Rake Task was outputing that it was excluding 1 file even though no exclude_paths was being passed.  This was due to it being nil, then flattened which gives `[nil]`.  This is an array with 1 element, so it was counting the `nil` as the 1 file that was excluded.
@shortdudey123 shortdudey123 force-pushed the fix_files_to_exclude_puts branch from a63bc1b to 3213ff3 Compare August 2, 2016 17:42
@shortdudey123 shortdudey123 merged commit 4d33d05 into master Aug 2, 2016
@shortdudey123 shortdudey123 deleted the fix_files_to_exclude_puts branch August 2, 2016 17:45
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant