mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-30 11:49:42 +02:00
Layers: Fix minor pointless typo
This commit is contained in:
@@ -34,7 +34,6 @@ class LinearlyMappedLayer(interfaces.layers.TranslationLayerInterface):
|
||||
length size."""
|
||||
current_offset = offset
|
||||
output: List[bytes] = []
|
||||
output: List[bytes] = []
|
||||
for (offset, _, mapped_offset, mapped_length, layer) in self.mapping(offset, length, ignore_errors = pad):
|
||||
if not pad and offset > current_offset:
|
||||
raise exceptions.InvalidAddressException(
|
||||
|
||||
Reference in New Issue
Block a user