Skip to content

generate.py line 60 and 89 code duplication but differences in logic #4

Description

@PeterMonsson

generate.py line 60 implements the following logic: if filename_u.find("/") != -1:
which is supposed to match line 89: if filename_u.find("/") != -1 or file_dir == "":

But the implementations are different. Suggestion: Refactor code to have the same path.

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