mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated messages
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
6faca0c3a4
commit
1231641fe2
2 changed files with 2 additions and 2 deletions
|
@ -44,6 +44,6 @@ def clean_tmp():
|
|||
# Recreate the paths again
|
||||
if not os.path.exists(tmps[0]):
|
||||
for tmp in tmps:
|
||||
print("Create directory: {0}".format(tmp))
|
||||
print("Created directory: {0}".format(tmp))
|
||||
os.mkdir(tmp)
|
||||
print("Done!")
|
||||
|
|
|
@ -130,7 +130,7 @@ class Patches(object):
|
|||
if self.meta.arch == "x86_64":
|
||||
slack_arch = "64"
|
||||
print("\nSlackware{0} '{1}' v{2} distribution is up to "
|
||||
"date\n".format(slack_arch, self.version, slack_ver()))
|
||||
"date!\n".format(slack_arch, self.version, slack_ver()))
|
||||
|
||||
def store(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue