Fix bug in 3.8 with .. as

This commit is contained in:
rocky
2020-06-04 05:24:22 -04:00
parent 40a653cd3b
commit 9acb3cf068
10 changed files with 60 additions and 29 deletions

View File

@@ -2,6 +2,7 @@
# Bug was code not knowing which Python versions
# have kwargs coming before positional args in code.
"""This program is self-checking!"""
# RUNNABLE!
def tometadata(self, metadata, schema, Table, args, name=None):