File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- import os , inspect
1+ import os , inspect , sys
22
33from code42cli .compat import open , str
44from code42cli .worker import Worker
@@ -93,6 +93,8 @@ def run(self):
9393 self ._process_row (row )
9494 self .__worker .wait ()
9595 self ._print_results ()
96+ sys .stdout .flush ()
97+
9698
9799 def _process_row (self , row ):
98100 if isinstance (row , dict ):
Original file line number Diff line number Diff line change 33import code42cli .profile as cliprofile
44from code42cli .compat import str
55from code42cli .profile import print_and_log_no_existing_profile
6- from code42cli .args import PROFILE_HELP , PROFILE_ARG_NAME
6+ from code42cli .args import PROFILE_HELP
77from code42cli .commands import Command
88from code42cli .sdk_client import validate_connection
99from code42cli .util import does_user_agree
You can’t perform that action at this time.
0 commit comments