Skip to content

-Q parameter not escaped when passed on to Jellyfish #9

Description

@AlexanderDilthey

Calling classify.py e.g. with

python Classify.py ... -Q * ...

breaks the code.

Possible solution:

re.escape(str(quality))

in classify.py, line 95ff.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions