mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
Documentation: minor bugfix
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ def setup(app):
|
||||
break
|
||||
else:
|
||||
line_index = len(real_lines)
|
||||
submodule_lines = real_lines[line_index:]
|
||||
submodule_lines = [b"\n"] + real_lines[line_index:]
|
||||
|
||||
plugins_seen = False
|
||||
with open(os.path.join(dir, filename), "wb") as contents:
|
||||
|
||||
Reference in New Issue
Block a user