Skip to content

Commit

Permalink
Hopefully fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuizur committed Apr 27, 2023
1 parent 293613b commit 4370046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion russian_text_stresser/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def copy_folder(src, dst):
os.mkdir(RELEASE_FOLDER_NAME + "/" + STRESSER_FOLDER)

shutil.copy(RUSSIAN_DICT_NAME, RELEASE_FOLDER_NAME + "/" + STRESSER_FOLDER)
shutil.copy(SIMPLE_CASES_NAME, RELEASE_FOLDER_NAME + "/" + SIMPLE_CASES_NAME)
shutil.copy(SIMPLE_CASES_NAME, RELEASE_FOLDER_NAME + "/" + STRESSER_FOLDER)

try:
remove(RELEASE_FOLDER_NAME + ".zip")
Expand Down

0 comments on commit 4370046

Please sign in to comment.