Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Assets download fix for running from profiles #32

Merged
merged 7 commits into from
May 11, 2015

Conversation

rpowis
Copy link
Contributor

@rpowis rpowis commented May 7, 2015

No description provided.

@vaughansharman
Copy link
Contributor

I am a little concerned that this change is a little bit too HMRC specific. now that this code is open source we need to think about whether changes are valuable to all users... hardcoding a specific implementation of assets may regress the usefulness of the codebase as an open source project

Is it possible to handle assets in more generic way? Note: This may require some refactoring of the existing codebase...

@@ -95,6 +97,10 @@ def start_from_binary(self):
parent, _ = os.path.split(unzip_dir)
force_pushdir(parent)

if "frontend" in self.service_data and self.service_data["frontend"]:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we rename this to be "is_frontend", you can also do "if self.service_data.get("is_frontend", False):"

@rpowis
Copy link
Contributor Author

rpowis commented May 11, 2015

Valid points for refactoring but as we need to get this fix rolled out we'll make these changes in the next iteration.

SteveSmithTech pushed a commit that referenced this pull request May 11, 2015
Assets download fix for running from profiles
@SteveSmithTech SteveSmithTech merged commit 3bd5e2e into master May 11, 2015
@SteveSmithTech SteveSmithTech deleted the assets-download-fix branch May 11, 2015 11:35
SteveSmithTech pushed a commit that referenced this pull request Sep 14, 2015
Assets download fix for running from profiles
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants