Add debug test to dummypython

This commit is contained in:
Teo Mrnjavac 2014-07-28 18:55:27 +02:00
parent 845ae05f7e
commit 5369038ed6

View File

@ -41,4 +41,5 @@ def run():
+ str( libcalamares.globalStorage.value( "item3" ) ) + "\n"
libcalamares.job.setprogress( 0.1 )
libcalamares.debug( accumulator )
return ( "", accumulator )