Add a space
This commit is contained in:
committed by
Brian O'Connor
parent
803a1a5489
commit
20005f5bbc
+1
-1
@@ -520,7 +520,7 @@ def build( flavor='raring32server' ):
|
||||
raise Exception( "Failed to create build directory %s" % dir )
|
||||
os.chdir( dir )
|
||||
LogFile = open( 'build.log', 'w' )
|
||||
log( '* Logging to ', abspath( LogFile.name ) )
|
||||
log( '* Logging to', abspath( LogFile.name ) )
|
||||
log( '* Created working directory', dir )
|
||||
image, kernel, initrd = findBaseImage( flavor )
|
||||
volume = flavor + '.qcow2'
|
||||
|
||||
Reference in New Issue
Block a user