X-Git-Url: https://git.efficios.com/?p=deliverable%2Flttng-ivc.git;a=blobdiff_plain;f=lttng_ivc%2Futils%2Fruntime.py;h=ca49b35b792feca294fa6295f679060993a6f798;hp=52258e8388b589f4d85bc13a61408f8381dcaca1;hb=2094d6728ae830f68895da418315d6523a9815f8;hpb=d96b684ba6d78ca3dfb19ff90e38ba1f3b78c9a1 diff --git a/lttng_ivc/utils/runtime.py b/lttng_ivc/utils/runtime.py index 52258e8..ca49b35 100644 --- a/lttng_ivc/utils/runtime.py +++ b/lttng_ivc/utils/runtime.py @@ -259,4 +259,3 @@ class Runtime(object): # Copy the lttng_home used at runtime using hardlink to prevent useless # data duplication shutil.copytree(self.lttng_home, self.__post_runtime_lttng_home_path, copy_function=os.link) -