Is it always the case that the `pyflyte package` a...
# flytekit
p
Is it always the case that the
pyflyte package
and
pyflyte register
has inconsistent inputs. I.e. •
pyflyte package
accept Python module e.g.
pyflyte --pkgs my.python.module package
• whereas
pyflyte register
accept path e.g.
pyflyte register my/python/module
I am using flytekit 1.2.14 and wondering whether there is a flag to make the input consistent.
y
currently not, i don’t think there’s an issue for this either. could you make one please? though not sure when we will get to it
p
Sure I'll file an issue. I was just checking whether it used to be consistent, but seems my memory failed me this time.