Explorar o código

Merge pull request #8317 from ThomasWaldmann/cleanups-1.2

remove outdated comment, fixes #4240
TW hai 10 meses
pai
achega
75ae4055b4
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/borg/archiver.py

+ 0 - 1
src/borg/archiver.py

@@ -5209,7 +5209,6 @@ class Archiver:
         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()