Skip to content

Commit

Permalink
Changes to use docformatter
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Jan 28, 2024
1 parent 1a9048b commit c19761b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions config/dpkg/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plaso (20240114-1) unstable; urgency=low
plaso (20240128-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline maintainers <[email protected]> Sun, 14 Jan 2024 06:47:49 +0100
-- Log2Timeline maintainers <[email protected]> Sun, 28 Jan 2024 18:10:35 +0100
2 changes: 1 addition & 1 deletion plaso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
of log2timeline.
"""

__version__ = '20240114'
__version__ = '20240128'
12 changes: 5 additions & 7 deletions plaso/engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c19761b

Please sign in to comment.