]> gitweb.fluxo.info Git - ckandumper.git/commitdiff
Coding style
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 16 May 2019 23:24:10 +0000 (20:24 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 16 May 2019 23:24:10 +0000 (20:24 -0300)
ckandumper

index a11bb2424be0d64e778bb579b783b31723b191f2..50669a0ccefba77fa2226d46a1e0c9c912a6ad24 100755 (executable)
@@ -104,8 +104,8 @@ class DownloadMultiple:
                 hasher  = 'cd ' + os.path.dirname(local_filename) +  '&& /usr/bin/sha256sum '
                 hasher += os.path.basename(local_filename) + ' > ' + os.path.basename(local_filename) + '.sha256'
                 hash    = await asyncio.create_subprocess_shell(hasher,
-                                                               stdout=asyncio.subprocess.PIPE,
-                                                               stderr=asyncio.subprocess.PIPE)
+                                                                stdout=asyncio.subprocess.PIPE,
+                                                                stderr=asyncio.subprocess.PIPE)
 
             if not str(proc.returncode) in self.globalstats['exitstatus']:
                 self.globalstats['exitstatus'][str(proc.returncode)] = []