Unverified Kaydet (Commit) e60299a2 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

fixed newline.

üst 4f295e0c
......@@ -114,4 +114,6 @@ def proceed(force=False):
if ctx.config.values.general.fs_sync:
ctx.ui.info(_("[-] Syncing filesystem to restrain filesystem corruptions."), noln=True)
util.fs_sync()
ctx.ui.info(_("[+] Synced filesystem."), noln=True)
sys.stdout.write("\r\x1b[K\x1b[32;1m" +
_("[+] Synced filesystem" +
"\x1b[;0m\n"))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment