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 7f552c0 commit 6c5b5adCopy full SHA for 6c5b5ad
roundup/test/memorydb.py
@@ -62,7 +62,7 @@ def create(journaltag, create=True, debug=False, prefix=default_prefix):
62
adminpw=password.Password('sekrit'))
63
fd = open(initial_data)
64
exec(compile(fd.read(), initial_data, 'exec'), vars)
65
- fd.close
+ fd.close()
66
67
# load standard detectors
68
dirname = os.path.join(prefix, 'detectors')
0 commit comments