Skip to content

Commit

Permalink
Create doc using shell
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Nov 29, 2023
1 parent 36ce9bb commit 94ed6fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate-doc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import hashlib
import os
import shutil
import hashlib


def calculate_sha(file_path):
Expand Down Expand Up @@ -61,7 +61,7 @@ def calculate_sha(file_path):
# hash_tmp_file = digest_tmp.hexdigest()
hash_existing_file = calculate_sha(existing_f)
hash_tmp_file = calculate_sha(tmp_f)

print(f"{hash_existing_file}\n{hash_tmp_file}\n---")

# workflows
Expand Down

0 comments on commit 94ed6fb

Please sign in to comment.