Skip to content

Commit

Permalink
clear print
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreagonmon committed May 21, 2021
1 parent 00997b5 commit fd30121
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions mpypack/filesync.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def __walk_local_like_remote(self, ignore_hidden=True):
# continue # ignore hidden file
lst.append(file_pth)
for f in lst.copy():
print(f)
if not self.should_include(f, ignore_hidden):
lst.remove(f)
return lst
Expand Down Expand Up @@ -216,7 +215,6 @@ def build(self, compile=False, arch=None, ignore_hidden=True, target_folder:Path
makedirs(target_folder)
new_file_record = {}
for f in local_files:
print(f)
# base info
localpath = self.get_local_path(f)
target = syspath.join(target_folder, PurePath(localpath).relative_to(self.__local))
Expand Down
2 changes: 1 addition & 1 deletion mpypack/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

FULL = "0.1.6"
FULL = "0.1.7"

MAJOR, MINOR, PATCH = FULL.split(".")

0 comments on commit fd30121

Please sign in to comment.