We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce43ef8 commit 8eb2b54Copy full SHA for 8eb2b54
1 file changed
meld/vc/svn.py
@@ -172,6 +172,7 @@ def valid_repo(cls, path):
172
vc_dir = os.path.join(root, cls.VC_DIR)
173
174
# Check for repository version, trusting format file then entries file
175
+ repo_version = None
176
for filename in ("format", "entries"):
177
path = os.path.join(vc_dir, filename)
178
if os.path.exists(path):
0 commit comments