mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Fix
This commit is contained in:
parent
59b27d96ca
commit
bb68784026
@ -11,4 +11,4 @@ def background(f):
|
||||
thread = Thread(target=f, args=args, kwargs=kwargs)
|
||||
thread.start()
|
||||
return thread
|
||||
return wrapped
|
||||
return wrapped
|
||||
|
Loading…
Reference in New Issue
Block a user