mcpyproject / McPy

A open source Minecraft server written 100% in Python
GNU Affero General Public License v3.0
82 stars 16 forks source link

Fix MacOS formatting Error (part 2 ?) #73

Closed hydrostaticcog closed 3 years ago

hydrostaticcog commented 3 years ago

This PR aims to fix the formatting (or lack thereof) on MacOS systems.

The format option, and the debug logging level override have been causing some issues, so I have removed them and just set the main logging level in main.py

Resolves #72

hydrostaticcog commented 3 years ago

Does the debug flag currently do anything other than change the logging level?

Geolykt commented 3 years ago

Not that I know

hydrostaticcog commented 3 years ago

If that's the case, it should probably just be removed.

hydrostaticcog commented 3 years ago

I have removed the debug flag, as it was only causing problems. Although, with the continued issues with MacOS, we should probably consider dropping support for it entirely.