Fix other typo
This commit is contained in:
parent
642ebed084
commit
e4d9bacccb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class TarfileAppender(TarLayerFormat):
|
|||
def get_stream(self):
|
||||
return GzipWrap(self.get_generator())
|
||||
|
||||
def after_tar_layer(stream, current_layer):
|
||||
def after_tar_layer(self, current_layer):
|
||||
pass
|
||||
|
||||
def check_tar_info(self, tar_info):
|
||||
|
|
Reference in a new issue