We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b03e59 commit cd5eb48Copy full SHA for cd5eb48
climada/util/files_handler.py
@@ -7,11 +7,11 @@
7
]
8
9
import os
10
+import glob
11
import logging
12
import math
13
import requests
14
import tqdm
-import glob
15
16
LOGGER = logging.getLogger(__name__)
17
@@ -79,7 +79,7 @@ def get_file_names(file_name):
79
80
Parameters:
81
file_name (str or list(str)): Either a single string or a list of
82
- strings that are either
+ strings that are either
83
- a file path
84
- or the path of the folder containing the files
85
- or a globbing pattern.
0 commit comments