Parcourir la source

Apply lib2to3.fixes.fix_apply

Gary van der Merwe il y a 11 ans
Parent
commit
044a7c1b69
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      dulwich/client.py

+ 1 - 1
dulwich/client.py

@@ -861,7 +861,7 @@ else:
             channel = client.get_transport().open_session()
 
             # Run commands
-            apply(channel.exec_command, command)
+            channel.exec_command(*command)
 
             return ParamikoWrapper(client, channel,
                     progress_stderr=progress_stderr)