Skip to content

Commit

Permalink
remove ap line
Browse files Browse the repository at this point in the history
  • Loading branch information
TannazVhdBMWExt committed Dec 11, 2024
1 parent bfb4086 commit d2e5648
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lobster/tools/cpptest/cpptest.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ def main():
# lobster-trace: cpptest_req.Valid_Source_Input_File_Paths
# lobster-trace: cpptest_req.No_Source_Input_File_Path
# lobster-trace: cpptest_req.Invalid_Source_Input_File_Paths
ap = argparse.ArgumentParser()
ap.add_argument("files",
nargs="+",
metavar="FILE|DIR")
Expand All @@ -405,4 +404,4 @@ def main():


if __name__ == "__main__":
sys.exit(main())
sys.exit(main())

0 comments on commit d2e5648

Please sign in to comment.