Skip to content
Snippets Groups Projects
Commit 20005f5b authored by Bob Lantz's avatar Bob Lantz Committed by Brian O'Connor
Browse files

Add a space

parent 803a1a54
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment