Преглед изворни кода

remove outdated comment, fixes #4240

Thomas Waldmann пре 10 месеци
родитељ
комит
3a5ee93401
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/borg/archiver/__init__.py

+ 0 - 1
src/borg/archiver/__init__.py

@@ -396,7 +396,6 @@ class Archiver(
         return result
         return result
 
 
     def parse_args(self, args=None):
     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:
         if args:
             args = self.preprocess_args(args)
             args = self.preprocess_args(args)
         parser = self.build_parser()
         parser = self.build_parser()