mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-06 23:53:39 +02:00
build: Fix mytmpdir.__exit__() arguments
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user