Kaydet (Commit) 0b8de7b2 authored tarafından Your Name's avatar Your Name

pip3 update

üst b0ba65c2
......@@ -21,7 +21,7 @@ import logging.handlers
import os
import sys
__version__ = "1.4.2"
__version__ = "1.5.0"
__all__ = ['api', 'configfile', 'db', 'util', '_cleanup']
......
......@@ -221,7 +221,7 @@ def doman(*sourceFiles, pageDirectory=None):
if not pageDirectory:
pageDirectory = source[source.rindex('.') + 1:]
except ValueError:
error(
ctx.ui.warning(
_('ActionsAPI [doman]: Wrong man page file: \"{}\"').format(source))
manPDIR = join_path(manDIR, '/man{}'.format(pageDirectory))
......@@ -389,7 +389,7 @@ def dosym(sourceFile, destinationFile):
try:
os.symlink(sourceFile, join_path(get.installDIR(), destinationFile))
except OSError:
error(_('ActionsAPI [dosym]: File already exists: \"{}\"').format(
ctx.ui.warning(_('ActionsAPI [dosym]: File already exists: \"{}\"').format(
destinationFile))
......
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