Skip to content

Commit

Permalink
move unthreadable decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Nov 2, 2018
1 parent 0a7ce94 commit 7cf5e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xonsh/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ def jobs(args, stdin=None, stdout=sys.stdout, stderr=None):
return None, None


@unthreadable
def resume_job(args, wording):
"""
used by fg and bg to resume a job either in the foreground or in the background.
Expand Down Expand Up @@ -391,6 +390,7 @@ def resume_job(args, wording):
pipeline.resume(job)


@unthreadable
def fg(args, stdin=None):
"""
xonsh command: fg
Expand Down

0 comments on commit 7cf5e10

Please sign in to comment.