Project

Profile

Help

Issue #2997

Updated by amacdona@redhat.com over 6 years ago

Many places in Factory code refer to Artifact or artifact, when the object referenced is actually a RemoteArtifact. This discrepency was introduced when the upload API changed the order in which models are created. 

 [0] https://github.com/daviddavis/pulp/blob/3.0-dev/plugin/pulpcore/plugin/download/factory.py#L20 [0]https://github.com/daviddavis/pulp/blob/3.0-dev/plugin/pulpcore/plugin/download/factory.py#L20

Back