mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
config.py: remove some spaces
This commit is contained in:
parent
2b2d2eab06
commit
33be0cb1f8
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ class Config:
|
||||||
else:
|
else:
|
||||||
svnurl = 'svn://svn.icculus.org/gtkradiant-gamepacks/%s/trunk' % pak
|
svnurl = 'svn://svn.icculus.org/gtkradiant-gamepacks/%s/trunk' % pak
|
||||||
self.CheckoutOrUpdate( svnurl, pak_path )
|
self.CheckoutOrUpdate( svnurl, pak_path )
|
||||||
|
|
||||||
def CopyTree( self, src, dst):
|
def CopyTree( self, src, dst):
|
||||||
for root, dirs, files in os.walk( src ):
|
for root, dirs, files in os.walk( src ):
|
||||||
target_dir = os.path.join( dst, root[root.find( '/' )+1:] )
|
target_dir = os.path.join( dst, root[root.find( '/' )+1:] )
|
||||||
|
|
Loading…
Reference in a new issue