-
Notifications
You must be signed in to change notification settings - Fork 46
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
Fix #2582 - Backport ability to log user and date to 1.6 #2627
Conversation
return get_class( | ||
str(layer.geo_table), | ||
exclude_properties=layer.exclude_properties | ||
exclude_properties=','.join(exclude) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use double quotes: exclude_properties=",".join(exclude)
(travis error)
I'm not sure what coveralls test. Which tests (6?) are failing? |
@sbrunner can we ignore the coveralls test? I yes, I think it's good to merge. |
I'll wait for @sbrunner feedback before merging. |
@juliensam can you fix the author on the two first commits? this 4b6199b should also be backported :-) Finally can you merge all the commits in one commit? |
9299212
to
3fe507f
Compare
Commit squashed and the layer tests now pass. It seems that Travis is raising a few errors in other parts of the code. I suggest to fix those in another pull request. In short, ready to review. |
#2640 should fix the Travis failure, can you do rebase? |
3fe507f
to
3f4c153
Compare
Ready to review |
Thanks :-) |
No description provided.