mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 05:07:38 +02:00
Fix requirements.URLRequirement to requirements.URIRequirement
[Refactor] Fix requirements.URLRequirement to requirements.URIRequirement in single_location assignment
This commit is contained in:
@@ -353,7 +353,7 @@ class CommandLine:
|
||||
###
|
||||
if args.file:
|
||||
try:
|
||||
single_location = requirements.URLRequirement.location_from_file(
|
||||
single_location = requirements.URIRequirement.location_from_file(
|
||||
args.file
|
||||
)
|
||||
ctx.config["automagic.LayerStacker.single_location"] = single_location
|
||||
|
||||
Reference in New Issue
Block a user