2
0
Эх сурвалжийг харах

Apply lib2to3.fixes.fix_apply

Gary van der Merwe 11 жил өмнө
parent
commit
044a7c1b69
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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)