Skip to content

Commit

Permalink
skip doesn't lock n log, so don't log out.
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlFK committed Aug 1, 2024
1 parent 353a4c7 commit 4cf6a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dj/scripts/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def process_eps(self, episodes):
self.end = datetime.datetime.now()
e.save()

if not self.options.test:
if not self.options.test and not self.options.skip:
self.log_out(e)

if e.stop:
Expand Down

0 comments on commit 4cf6a9d

Please sign in to comment.