mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +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:
|
||||
svnurl = 'svn://svn.icculus.org/gtkradiant-gamepacks/%s/trunk' % pak
|
||||
self.CheckoutOrUpdate( svnurl, pak_path )
|
||||
|
||||
|
||||
def CopyTree( self, src, dst):
|
||||
for root, dirs, files in os.walk( src ):
|
||||
target_dir = os.path.join( dst, root[root.find( '/' )+1:] )
|
||||
|
|
Loading…
Reference in a new issue