Skip to content

Commit

Permalink
Fix syntex error
Browse files Browse the repository at this point in the history
  • Loading branch information
krepe-suZette committed Oct 18, 2019
1 parent 95553f2 commit 26ae227
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions abunpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,13 +440,12 @@ def save_processed_resource(self, output_dir, path_id, cnt):
# 예외처리
else:
logger.info("-> Pass(file not in config_dir list)")
continue

# 저장
res.save(output_dir)
return

def save_processed_resources(self, output_dir):
def save_processed_resources(self, output_dir):
"""리소스를 처리한 후 저장. 모든 옵션(이름 바꾸기 등) 사용 가능
"""
for path_id, cnt in self.container.items():
Expand Down

0 comments on commit 26ae227

Please sign in to comment.