Skip to content

NotADirectoryError: [WinError 267] #4

@alex625Gang

Description

@alex625Gang

running error : NotADirectoryError: [WinError 267]
on windows it is illegal to name a directory with ':'

fix:
graphany/utils/experiment.py , line 37
before :
cur_time = datetime.now().strftime("%b%#d-%#H:%M-")
after:
cur_time = datetime.now().strftime("%b%#d-%#H_%M-")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions