Skip to content

Commit

Permalink
Merge pull request #4212 from yarikoptic/bf-annex--debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Feb 28, 2020
2 parents f32fc43 + 96da06c commit 4f3dbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad/support/annexrepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ def _run_annex_command(self, annex_cmd,
if jobs:
annex_options += ['-J%d' % jobs]

cmd_list += [annex_cmd] + backend + debug + annex_options
cmd_list += [annex_cmd] + backend + annex_options + debug

env = kwargs.pop("env", None)
if self.fake_dates_enabled:
Expand Down

0 comments on commit 4f3dbac

Please sign in to comment.