X Tutup
Skip to content

Commit 0366f2c

Browse files
committed
Add missing )
1 parent e77deea commit 0366f2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/compute_hash.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
logging.basicConfig(
1818
level=logging.INFO,
1919
format='[%(levelname)s] %(asctime)s - %(name)s - %(message)s'
20+
)
2021

2122
class FileType(Enum):
2223
NON_MAC = "non_mac"

0 commit comments

Comments
 (0)
X Tutup