douban / pymesos

A pure python implementation of Mesos scheduler and executor
BSD 3-Clause "New" or "Revised" License
163 stars 88 forks source link

Fix missing comma. Addresses #108. #107

Closed DailyDreaming closed 6 years ago

DailyDreaming commented 6 years ago

There's a list in the interface that's missing a comma. Thought I'd submit a PR. Addresses #108.

Also added PyCharm's .idea folder to .gitignore if that's cool.