Skip to content

Commit

Permalink
Add an argument to ProvisionBase.copy_from_guest (#41)
Browse files Browse the repository at this point in the history
I've noticed that the docstring mentions an argument,
and a Vagrant backend also uses one.
  • Loading branch information
t184256 authored and psss committed Nov 12, 2019
1 parent dff8982 commit d8a0749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/steps/provision/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def sync_workdir_from_guest(self):
""" sync self.plan.workdir from guest to host """
pass

def copy_from_guest(self):
def copy_from_guest(self, target):
""" copy on guest to workdir and sync_workdir_from_guest
arg: "/var/log/journal.log"
Expand Down

0 comments on commit d8a0749

Please sign in to comment.