소스 검색

Made a printing line more consistent

Marcel 6 년 전
부모
커밋
5457968099
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      code/ID2TLib/Controller.py

+ 1 - 1
code/ID2TLib/Controller.py

@@ -89,7 +89,7 @@ class Controller:
 
         if inject_empty:
             # copy the attack pcap to the directory of the base PCAP instead of merging them
-            print("Copy single attack pcap to location of base pcap...", end=" ")
+            print("Copying single attack pcap to location of base pcap...", end=" ")
             sys.stdout.flush()  # force python to print text immediately
 
             timestamp = time.strftime("%Y%m%d") + '-' + time.strftime("%X").replace(':', '')