avoid errornous type conversion. Compare strings instead

This commit is contained in:
Leif Middelschulte 2017-09-26 14:01:29 +02:00
parent fab15d433a
commit 993a12c543
1 changed files with 0 additions and 1 deletions

View File

@ -238,7 +238,6 @@ class Resolver:
is_there = os.path.isdir(checkoutdir)
if is_there:
svn_info_output = subprocess.getoutput(' '.join(['svn', 'info', '--show-item', 'revision', checkoutdir]))
current_revno = int(svn_info_output)
if current_revno == revno:
return