mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-24 07:58:22 -04:00
Make dummypython sleep for 30sec.
This commit is contained in:
parent
22177be577
commit
fcb6817c54
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
import libcalamares
|
||||
import os
|
||||
from time import gmtime, strftime
|
||||
from time import gmtime, strftime, sleep
|
||||
|
||||
|
||||
def run():
|
||||
|
@ -55,6 +55,7 @@ def run():
|
|||
libcalamares.job.setprogress(0.1)
|
||||
libcalamares.utils.debug(accumulator)
|
||||
|
||||
sleep(30)
|
||||
# To indicate an error, return a tuple of:
|
||||
# (message, detailed-error-message)
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue