Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Miauwkeru committed Jul 18, 2024
1 parent 12a14c3 commit 1bd2f3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions acquire/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ def create_argument_parser(profiles: dict, volatile: dict, modules: dict) -> arg
parser.add_argument("-d", "--directory", action="append", help="acquire directory recursively")
parser.add_argument("-g", "--glob", action="append", help="acquire files matching glob pattern")

parser.add_argument(
"--disable-report", action="store_true", help="disable acquisition report file"
)
parser.add_argument("--disable-report", action="store_true", help="disable acquisition report file")

parser.add_argument("--child", help="only collect specific child")
parser.add_argument(
Expand Down

0 comments on commit 1bd2f3e

Please sign in to comment.