Skip to content

Commit

Permalink
Code review: 242940043: Fix for multi volume support #109
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Jun 1, 2015
1 parent 9eca11d commit 73f9bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/dpkg/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ python-plaso (1.2.1-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline <[email protected]> Mon, 01 Jun 2015 14:55:56 +0200
-- Log2Timeline <[email protected]> Mon, 01 Jun 2015 18:00:05 +0200
2 changes: 1 addition & 1 deletion plaso/cli/storage_media_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def _GetTSKPartitionIdentifiers(
partition_offset))

if len(volume_identifiers) == 1:
return [volume_identifiers]
return volume_identifiers

try:
selected_volume_identifier = self._PromptUserForPartitionIdentifier(
Expand Down

0 comments on commit 73f9bdb

Please sign in to comment.