Przeglądaj źródła

Issue 49122 - Fix rpm build

Bug Description:
Bytecompiling fails with python3.5 during rpm build on Fedora.

Fix Description:
Change print statement to print function.

https://pagure.io/389-ds-base/issue/49122

Reviewed by: mreynolds (Thanks!)
Viktor Ashirov 8 lat temu
rodzic
commit
15ddba9d71
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      dirsrvtests/tests/tickets/ticket49122_test.py

+ 1 - 1
dirsrvtests/tests/tickets/ticket49122_test.py

@@ -52,7 +52,7 @@ def test_ticket49122(topo):
 
     if DEBUGGING:
         # Add debugging steps(if any)...
-        print "Attach gdb"
+        print("Attach gdb")
         time.sleep(20)
 
     # Search for the role