Skip to content
Snippets Groups Projects
Commit 5e7d333a authored by Steven Cahail's avatar Steven Cahail Committed by Gerrit - the friendly Code Review server
Browse files

linux-ramdump-parser-v2: Pass options object to RamDump constructor

The constructor currently used in ramparse.py to initialize the RamDump
object has a very long argument list. This list can be shortened by
passing the options object to the constructor, rather than enumerating
every member of the options object as a separate argument.

Pass the options object to the RamDump constructor instead of passing
each member as a separate argument.

Change-Id: I7cbf173232838dd8f9fdbdad0e2b7336ad8fc07b
parent 3ae4ed49
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment