Skip to content

Commit

Permalink
python2/3 issue solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mommert committed Oct 6, 2017
1 parent 8f20901 commit 15c9451
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pp_combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ def combine(filenames, comoving, targetname,
outfile_name, obsparam['copy_keywords'], fileline))

logging.info('call SWARP as: %s' % commandline)
print('running SWARP to combine {:d} frames...'.format(n_frames), flush=True,
end=' ')
print('running SWARP to combine {:d} frames...'.format(n_frames))

try:
swarp = subprocess.Popen(shlex.split(commandline),
Expand Down

0 comments on commit 15c9451

Please sign in to comment.