Cleaner stderr prints
This commit is contained in:
@ -9,6 +9,7 @@ from obitools3.dms.obiseq import Nuc_Seq
|
||||
from obitools3.apps.optiongroups import addMinimalInputOption, \
|
||||
addExportOutputOption
|
||||
|
||||
import sys
|
||||
|
||||
__title__="Export a view to a different file format"
|
||||
|
||||
@ -56,10 +57,13 @@ def run(config):
|
||||
break
|
||||
i+=1
|
||||
|
||||
pb(i, force=True)
|
||||
print("", file=sys.stderr)
|
||||
|
||||
# TODO save command in input dms?
|
||||
|
||||
output_object.close()
|
||||
iview.close()
|
||||
input[0].close()
|
||||
|
||||
logger("info", "obi export: Done")
|
||||
logger("info", "Done.")
|
||||
|
Reference in New Issue
Block a user