Skip to content

Fix full_url to correctly save as a url #16

Description

@bxk334

ecg/ecg/jgi.py

Line 122 in d014942

full_url = self.homepage_url+html_suffix

self.homepage_url is saved as a string "https://img.jgi.doe.gov/cgi-bin/m/main.cgi" with the quotation marks as default homepage url. This gives an error message. A temporary fix would be to replace with line below, though it hard codes the homepage url.

full_url = "https://img.jgi.doe.gov/cgi-bin/m/main.cgi{}".format(html_suffix)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions