mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
hound fixes
This commit is contained in:
parent
13dae8f04e
commit
8f2fb8a27f
1 changed files with 2 additions and 2 deletions
|
|
@ -100,8 +100,8 @@ class VersionRepacker:
|
|||
|
||||
file_list = VersionRepacker._filter_dir(self.version_path, [])
|
||||
progress_bar = enlighten.Counter(
|
||||
total=len(file_list), desc="Calculating checksums",
|
||||
nits="%", color="green")
|
||||
total=len(file_list), desc="Calculating checksums",
|
||||
nits="%", color="green")
|
||||
for file in file_list:
|
||||
checksums.append((
|
||||
VersionRepacker.sha256sum(file.as_posix()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue