mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 09:00:40 +00:00
Fix
This commit is contained in:
@ -11,4 +11,4 @@ def background(f):
|
||||
thread = Thread(target=f, args=args, kwargs=kwargs)
|
||||
thread.start()
|
||||
return thread
|
||||
return wrapped
|
||||
return wrapped
|
||||
|
Reference in New Issue
Block a user