Skip to content

SyntaxError when importing project #5

@albertmena

Description

@albertmena

An error arises when importing the project due to incorrect use of quotes inside an f-string.

Replacing
return f'{self.training_date.strftime('%Y%m%d')}_{self.process_id}'
by
return f"{self.training_date.strftime('%Y%m%d')}_{self.process_id}"

Just changing the outer quotes from ' to " solves the issue.

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