mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-23 10:42:14 +01:00
build: Fix mytmpdir.__exit__() arguments
This commit is contained in:
parent
2ee52591a5
commit
dd64cf1fae
@ -1177,7 +1177,7 @@ def main(apiurl, opts, argv):
|
||||
def __del__(self):
|
||||
self.cleanup()
|
||||
|
||||
def __exit__(self):
|
||||
def __exit__(self, exc_type, exc_value, traceback):
|
||||
self.cleanup()
|
||||
|
||||
def __str__(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user