Skip to content

Commit c9df9f1

Browse files
authored
Rename 'args' to 'arguments' in packages.py
1 parent 300b80c commit c9df9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analyzer/linux/lib/core/packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def __init__(self, target, **kwargs):
101101
self.timeout = kwargs.get("timeout")
102102
# Command-line arguments for the target.
103103

104-
self.args = self.options.get("args", [])
104+
self.args = self.options.get("arguments", [])
105105
# Choose an analysis method (or fallback to apicalls)
106106
self.method = self.options.get("method", "apicalls")
107107
# Should our target be launched as root or not

0 commit comments

Comments
 (0)