Skip to content

Conversation

pslestang
Copy link
Contributor

No description provided.

@gonchik gonchik merged commit a13b8da into atlassian-api:master Jan 14, 2021
@gonchik
Copy link
Member

gonchik commented Jan 14, 2021

Thank you both for the fix.
About changing http.cookiejar, please, provide a separate PR.

Wrapped into try catch,

            if not re.match(r"^(#|$)", line):
                line_fields = line.strip().split("\t")
                try:
                    cookies[line_fields[5]] = line_fields[6]
                except IndexError as e:
                    log.error(e)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants