Skip to content

Commit

Permalink
Merge pull request #8317 from ThomasWaldmann/cleanups-1.2
Browse files Browse the repository at this point in the history
remove outdated comment, fixes #4240
  • Loading branch information
ThomasWaldmann committed Aug 2, 2024
2 parents 4eb2a30 + dfab51d commit 75ae405
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/borg/archiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -5209,7 +5209,6 @@ def get_args(self, argv, cmd):
return result

def parse_args(self, args=None):
# We can't use argparse for "serve" since we don't want it to show up in "Available commands"
if args:
args = self.preprocess_args(args)
parser = self.build_parser()
Expand Down

0 comments on commit 75ae405

Please sign in to comment.