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

Updated util class to support updated get_publish_name() method argum… #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

reformstudios
Copy link

This pull request to be merged with #68

'Version' and 'remove_padding' arguments added to get_publish_name() call from Util class.

…ents

version and remove_padding arguments added to get_publish_name() arguments.
Copy link
Contributor

@josh-t josh-t left a comment

Choose a reason for hiding this comment

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

Thanks for this one too! See my comments on See my comments on: #68.

@@ -217,7 +217,7 @@ def get_frame_sequences(folder, extensions=None, frame_spec=None):
)


def get_publish_name(path, sequence=False):
def get_publish_name(path, sequence=False, version=False, remove_padding=False):
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you think we should make removing the version an optional thing? Is there a good use case for publishing with a version number included?

I don't think remove_padding was included in See my comments on: #68. I think we're on the same page here now though.

@manneohrstrom manneohrstrom added the Logged Logged in Jira label Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Logged Logged in Jira
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants