Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #48 from thehyve/develop
Browse files Browse the repository at this point in the history
Filename error fixes.
  • Loading branch information
jochemb committed Aug 23, 2018
2 parents 05d20ff + 48e5423 commit e706a9e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 23 deletions.
20 changes: 0 additions & 20 deletions query_tarball_sha256.py

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion tmtk/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .cached_property import cached_property
from .generic import (clean_for_namespace, df2file, find_fully_unique_columns, summarise,
from .Generic import (clean_for_namespace, df2file, find_fully_unique_columns, summarise,
file2df, fix_everything, md5, path_converter, path_join, is_not_a_value,
merge_two_dicts, column_map_diff, word_map_diff)
from .Exceptions import (PathError, ClassError, DatatypeError, ReservedKeywordException, TooManyValues,
Expand Down
2 changes: 1 addition & 1 deletion tmtk/utils/batch/_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from tmtk import options
from ._job_descriptions import job_map
from ..generic import clean_for_namespace
from ..Generic import clean_for_namespace

logger = logging.getLogger('tmtk')
logger.setLevel(level=logging.INFO)
Expand Down
2 changes: 1 addition & 1 deletion tmtk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
(see accompanying file LICENSE).
"""

version_info = (0, 5, 2)
version_info = (0, 5, 3)
__version__ = '.'.join(map(str, version_info))

0 comments on commit e706a9e

Please sign in to comment.