Skip to content
Snippets Groups Projects
Forked from Reproducible Builds / diffoscope
Source project has a limited visibility.
  • Sergei Trofimovich's avatar
    fba70d27
    comparators/directory.py: fix whitespace for black 21.12 · fba70d27
    Sergei Trofimovich authored and Chris Lamb's avatar Chris Lamb committed
    On black-21.12 test fails as:
    
        --- diffoscope/comparators/directory.py     2022-01-26 11:54:10.953755 +0000
        +++ diffoscope/comparators/directory.py     2022-01-26 11:54:18.335859 +0000
        @@ -46,11 +46,10 @@
                         "%Y-%m-%d %H:%M:%S",
                         "-f",
                         "%Sp %l %Su %Sg %z %Sm %k %b %#Xf",
                         self.path,
                     ]
        -
         else:
             class Stat(Command):
    
    The change drops extra whitespace.
    fba70d27
    History
    comparators/directory.py: fix whitespace for black 21.12
    Sergei Trofimovich authored and Chris Lamb's avatar Chris Lamb committed
    On black-21.12 test fails as:
    
        --- diffoscope/comparators/directory.py     2022-01-26 11:54:10.953755 +0000
        +++ diffoscope/comparators/directory.py     2022-01-26 11:54:18.335859 +0000
        @@ -46,11 +46,10 @@
                         "%Y-%m-%d %H:%M:%S",
                         "-f",
                         "%Sp %l %Su %Sg %z %Sm %k %b %#Xf",
                         self.path,
                     ]
        -
         else:
             class Stat(Command):
    
    The change drops extra whitespace.