Skip to content

Commit

Permalink
fix pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Sep 17, 2020
1 parent b24229f commit 958d7d0
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 @@ -346,7 +346,7 @@ def checkout(self, verbosity, load_all, load_comp=None):
tmp_comps = self._required_compnames

load_comps = self.order_comps_by_prereq(tmp_comps)
printlog ("load_comps: {}".format(load_comps))
printlog("load_comps: {}".format(load_comps))
# checkout the primary externals
for comp in load_comps:
if verbosity < VERBOSITY_VERBOSE:
Expand Down

0 comments on commit 958d7d0

Please sign in to comment.