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

verbose hatası

üst f13eb504
......@@ -621,7 +621,7 @@ class Builder:
if os.path.exists(install_dir):
util.rmdirs(install_dir)
util.makedirs(install_dir)
ctx.ui.verbose(_("[!] InstallDir {} cleant up.".format(install_dir)))
ctx.ui.info(_("[!] InstallDir {} cleant up.".format(install_dir)),verbose=True)
# install function is mandatory!
if self.run_action_function(ctx.const.install_func, True):
......
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