From c19761b9f701f638adc47abb50d77b7f2d664ad6 Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Sun, 28 Jan 2024 18:14:19 +0100 Subject: [PATCH] Changes to use docformatter --- config/dpkg/changelog | 4 ++-- plaso/__init__.py | 2 +- plaso/engine/engine.py | 12 +++++------- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/config/dpkg/changelog b/config/dpkg/changelog index d69050afaf..5be62bd507 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -plaso (20240114-1) unstable; urgency=low +plaso (20240128-1) unstable; urgency=low * Auto-generated - -- Log2Timeline maintainers Sun, 14 Jan 2024 06:47:49 +0100 + -- Log2Timeline maintainers Sun, 28 Jan 2024 18:10:35 +0100 diff --git a/plaso/__init__.py b/plaso/__init__.py index fe2ae90ef0..6a543fdd32 100644 --- a/plaso/__init__.py +++ b/plaso/__init__.py @@ -6,4 +6,4 @@ of log2timeline. """ -__version__ = '20240114' +__version__ = '20240128' diff --git a/plaso/engine/engine.py b/plaso/engine/engine.py index e48a6005fd..4c4f9dae3d 100644 --- a/plaso/engine/engine.py +++ b/plaso/engine/engine.py @@ -293,13 +293,11 @@ def GetSourceFileSystem(self, file_system_path_spec, resolver_context=None): resolver_context (dfvfs.Context): resolver context. Returns: - tuple: containing: - - dfvfs.FileSystem: file system - path.PathSpec: mount point path specification. The mount point path - specification refers to either a directory or a volume on a storage - media device or image. It is needed by the dfVFS file system - to indicate the base location of the file system. + tuple[dfvfs.FileSystem, path.PathSpec]: file system and mount point path + specification. The mount point path specification refers to either a + directory or a volume on a storage media device or image. It is + needed by the dfVFS file system to indicate the base location of the + file system. Raises: RuntimeError: if source file system path specification is not set.