Page MenuHomePhabricator
Paste P17726

(An Untitled Masterwork)
ActivePublic

Authored by jbond on Nov 11 2021, 3:58 PM.
Tags
None
Referenced Files
F34742295: raw-paste-data.txt
Nov 11 2021, 3:59 PM
F34742294: raw-paste-data.txt
Nov 11 2021, 3:58 PM
Subscribers
None
def mkdir(path: Path)
if not path.is_dir():
path.mkdir(0o755, True)
return True
return False

Event Timeline

jbond edited the content of this paste. (Show Details)