hatch icon indicating copy to clipboard operation
hatch copied to clipboard

Provide a context format for the platform running on

Open gaborbernat opened this issue 1 year ago • 2 comments

👍

gaborbernat avatar Feb 02 '24 17:02 gaborbernat

What would you like the platform to return? In other Hatch contexts we consider there to be basically three: linux, windows and macos

ofek avatar Feb 02 '24 17:02 ofek

>>> import sys
>>> sys.platform
'darwin'

Would be my guess, but either works for me.

gaborbernat avatar Feb 02 '24 20:02 gaborbernat