소스 검색

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 년 전
부모
커밋
15ddba9d71
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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