Join Slack
Powered by
This message was deleted.
# ask-anything
s
Slackbot
06/24/2022, 3:31 AM
This message was deleted.
i
Ido (Ploomber)
06/24/2022, 3:34 AM
Interesting point, does it happens for you on both platforms?
Ido (Ploomber)
06/24/2022, 3:37 AM
Opened an issue, feel free to add more context in there
https://github.com/ploomber/ploomber/issues/877
g
gaoyang liu
06/24/2022, 4:24 AM
On my Linux, all dicts are in a line. It works fine on my Windows platform with the same code. Like below:
gaoyang liu
06/24/2022, 6:05 AM
For ones who encounter the same problem, a workaround before ploomber fix it is:
Copy code
import pprint pprint.pprint(upstream)
e
Eduardo
06/24/2022, 8:57 AM
hey
@gaoyang liu
, you can fix this by installing black, then ploomber will automatically format the dictionaries:
pip install black
let me know if that fixes it
g
gaoyang liu
06/24/2022, 1:19 PM
Wow, by installing black it is solved perfectly. Thanks a lot.👍
🎉 1
5
Views
Open in Slack
Previous
Next