Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Sep 18, 2020
1 parent 24a3726 commit 75c5353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manic/sourcetree.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def checkout(self, verbosity, load_all, load_comp=None):
tmp_comps = self._required_compnames
# Sort by path so that if paths are nested the
# parent repo is checked out first.
load_comps = sorted(tmp_comps,key=lambda comp: self._all_components[comp].get_local_path())
load_comps = sorted(tmp_comps, key=lambda comp: self._all_components[comp].get_local_path())
# checkout the primary externals
for comp in load_comps:
if verbosity < VERBOSITY_VERBOSE:
Expand Down

0 comments on commit 75c5353

Please sign in to comment.