Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes #10

Merged
merged 9 commits into from
Jul 25, 2022
Merged

Minor fixes #10

merged 9 commits into from
Jul 25, 2022

Conversation

billfreeman44
Copy link
Member

No description provided.

@@ -70,7 +81,7 @@
"import re\n",
"import warnings\n",
"\n",
"if not re.match(\"\\S+.\\d{4}-\\d{2}-\\d{2},\\d{4}-\\d{2}-\\d{2}.*\\S*\",header_name):\n",
"if not re.match(r\"\\S+.\\d{4}-\\d{2}-\\d{2},\\d{4}-\\d{2}-\\d{2}[.\\S*]*\",header_name):\n",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we export this warn function and use it here from the dsdk?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, but that requires pulling in dsdk, releasing new version, then upgrading the version in here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Raised as #11 for later

@billfreeman44 billfreeman44 merged commit fbd02f2 into master Jul 25, 2022
@billfreeman44 billfreeman44 deleted the minor-fixes branch July 25, 2022 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants