7627:812ee8c0a91a | 7646:39e3db2b4936 |
---|---|
318 | 318 |
319 # append the arguments for the program to be debugged | 319 # append the arguments for the program to be debugged |
320 modifiedArguments.extend(args) | 320 modifiedArguments.extend(args) |
321 | 321 |
322 return modifiedArguments | 322 return modifiedArguments |
323 | |
324 # | |
325 # eflag: noqa = M702 |