saltstack / relenv

Re-producible and Re-relocatable Python Environments
Apache License 2.0
25 stars 16 forks source link

Fixes #116 #117

Closed rrrix closed 1 year ago

rrrix commented 1 year ago

Fixes #116 (relenv create --help throws an error)

A multi-line string wrapped in parentheses without commas is considered a string in Python.

A multi-line string wrapped in parentheses with commas is considered a Tuple (of strings).

Probably just a typo :)