Skip to content

Commit 442499f

Browse files
maxcapodi78maxcapodi78
maxcapodi78
authored and
maxcapodi78
committed
fixed test
1 parent 4d0bc95 commit 442499f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyaedt/generic/general_methods.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def check_and_download_file(remote_path, overwrite=True):
294294
remote_path : str
295295
Path to the remote file.
296296
overwrite : bool, optional
297-
Whether to overwrite the file if it already exits locally.
297+
Whether to overwrite the file if it already exists locally.
298298
The default is ``True``.
299299
300300
Returns
@@ -338,7 +338,7 @@ def check_and_download_folder(local_path, remote_path, overwrite=True):
338338
remote_path : str
339339
Path to the remote folder.
340340
overwrite : bool, optional
341-
Whether to overwrite the folder if it already exits locally.
341+
Whether to overwrite the folder if it already exists locally.
342342
The default is ``True``.
343343
344344
Returns

0 commit comments

Comments
 (0)