FormulaDirectory make_archive() and from_archive() refactoring

Bug #614531 reported by Gustavo Niemeyer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pyjuju
Fix Released
Low
Benjamin Saller

Bug Description

This:

    FormulaDirectory.from_archive(archive_path, directory_path)

would be better as:

    formula_dir = formula_bundle.extract_to(directory_path)

and this:

    formula_dir.make_archive(path)

would be better as:

    formula_bundle = formula_dir.bundle_to(bundle_path)

Tags: spike

Related branches

Changed in ensemble:
importance: Undecided → Low
status: New → Confirmed
summary: - Clean up FormulaDirectory make_archive() and from_archive() refactoring
+ FormulaDirectory make_archive() and from_archive() refactoring
Changed in ensemble:
status: Confirmed → In Progress
Changed in ensemble:
milestone: none → 0.3
assignee: nobody → Benjamin Saller (bcsaller)
Changed in ensemble:
status: In Progress → Fix Committed
Changed in ensemble:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.