mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fix bad indentation
This commit is contained in:
parent
5d3f54e382
commit
1cff3d7c40
1 changed files with 2 additions and 2 deletions
|
@ -264,8 +264,8 @@ class Patches(object):
|
|||
self.meta.slackpkg_lib_path + "ChangeLog.txt.old")
|
||||
os.remove(self.meta.slackpkg_lib_path + "ChangeLog.txt")
|
||||
with open(self.meta.slackpkg_lib_path + "ChangeLog.txt", "w") as log:
|
||||
log.write(NEW_ChangeLog_txt)
|
||||
log.close()
|
||||
log.write(NEW_ChangeLog_txt)
|
||||
log.close()
|
||||
|
||||
def update_lists(self):
|
||||
"""Update packages list and ChangeLog.txt file after
|
||||
|
|
Loading…
Reference in a new issue