Browse Source

Merge pull request #8315 from ThomasWaldmann/cleanups-master

remove outdated comment, fixes #4240
TW 10 tháng trước cách đây
mục cha
commit
e7533944ad
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/borg/archiver/__init__.py

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

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