Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e6ad0 commit c7bffe9Copy full SHA for c7bffe9
testgres/node.py
@@ -1938,7 +1938,7 @@ def make_simple(
1938
1939
return node
1940
1941
- def _gettempdir():
+ def _gettempdir(self):
1942
v = tempfile.gettempdir()
1943
1944
#
@@ -1956,7 +1956,7 @@ def _gettempdir():
1956
# OK
1957
return v
1958
1959
- def _raise_bugcheck(msg):
+ def _raise_bugcheck(self, msg):
1960
assert type(msg) == str # noqa: E721
1961
assert msg != ""
1962
raise Exception("[BUG CHECK] " + msg)
0 commit comments