rsgalloway / pyseq

Compressed sequence string module for Python
https://pyseq.rsgalloway.com/
Other
123 stars 36 forks source link

Adding directory format attribute #35

Closed broganross closed 7 years ago

broganross commented 7 years ago

I just noticed that there's no formatting attribute for the parent directory of a sequence. I've added one here. When uncompressing it ignores the %D attribute since it's gotten straight away.

This also fixes #32 since it was really quick.

And I noticed that Sequence consumes the given list. I'm not sure if that's intended, but I stopped it from doing that by making a copy of the list.

rsgalloway commented 7 years ago

Looks good, thank you!