Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
Actually fix line append bug #47 #48
Browse files Browse the repository at this point in the history
  • Loading branch information
ceholden committed Oct 20, 2015
1 parent 91e374a commit d8a31e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yatsm/cli/line.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def line(ctx, config, job_number, total_jobs,
except TSLengthException:
continue

if yatsm.record is None:
if yatsm.record is None or len(yatsm.record) == 0:
continue

# Postprocess
Expand Down

0 comments on commit d8a31e2

Please sign in to comment.