Skip to content

Commit ca17c64

Browse files
committed
Bugfixes
1 parent 0b5121d commit ca17c64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '0.2.0'
2+
__version__ = '0.2.1'

cid/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ def create_datasets(self, _datasets: list, known_datasets: dict={}, recursive: b
861861
print(f"\n\tFound {dataset_name} as {raw_template.get('DataSetId')}")
862862

863863
except FileNotFoundError:
864-
logger.info(f'File "{dataset_file}" not found')
864+
logger.info(f'Definitions File for Dataset "{dataset_name}" not found')
865865
pass
866866
except self.qs.client.exceptions.ResourceNotFoundException:
867867
logger.info(f'Dataset "{dataset_name}" not found')

cid/helpers/athena.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import time, csv
22

3-
from cid.utils import get_parameter
3+
from cid.utils import get_parameter, get_parameters
44
from io import StringIO
55

66
from pkg_resources import resource_string

0 commit comments

Comments
 (0)