Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

project.py fixes for uploading hosted images #199

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Commits on Oct 25, 2023

  1. project.py fixes for uploading hosted images

    Two small changes:
    (1) When passing in a URL (for hosted image)'self.check_valid_image(path)' doesn't need to run, so we put 'is_hosted' before in the 'or' statement.
    (2) When pushing to the API for upload, we had 'self.project_name' which doesn't exists. It should be 'project_name' which is calculated a few lines prior.
    reedajohns committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f56c062 View commit details
    Browse the repository at this point in the history