1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-29 11:16:43 +00:00

Merge pull request #8315 from ThomasWaldmann/cleanups-master

remove outdated comment, fixes #4240
This commit is contained in:
TW 2024-08-02 21:30:30 +02:00 committed by GitHub
commit e7533944ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -396,7 +396,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()