Skip to content

Commit c1f2691

Browse files
Reverted the my change on argument parsing
1 parent f8af872 commit c1f2691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/memap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ def main():
638638
sys.exit(1)
639639

640640

641-
args, remainder = parser.parse_known_args()
641+
args = parser.parse_args()
642642

643643
global DETAILED
644644
DETAILED = args.detailed

0 commit comments

Comments
 (0)