@@ -1186,6 +1186,9 @@ class Writer:
file_handler.flush()
def write_out(self, structures, colocation_ids):
if self.output_file is None:
return
def fp_close(fp_):
if fp_ != sys.stdout:
fp_.close()
The note is not visible to the blocked user.