mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
13 lines
No EOL
252 B
Diff
13 lines
No EOL
252 B
Diff
diff --git a/test_portend.py b/test_portend.py
|
|
index b2de8c2..3f90276 100644
|
|
--- a/test_portend.py
|
|
+++ b/test_portend.py
|
|
@@ -21,7 +21,7 @@ def socket_infos():
|
|
|
|
|
|
def id_for_info(info):
|
|
- af, = info[:1]
|
|
+ (af,) = info[:1]
|
|
return str(af)
|
|
|
|
|