NDCLab / lab-devOps

NDCLab mgmt and operations
GNU Affero General Public License v3.0
0 stars 0 forks source link

Add human-readable stringification method to Identifier class #264

Closed nolanwelch closed 1 month ago

nolanwelch commented 1 month ago

Description

The current Identifier class's __str__() overload generates a stringification that is appropriate for filename use. However, in some cases (for example, log generation) it is beneficial to convert the Identifier object into a string containing information that is beneficial to humans (for example, whether the identifier's variable is a part of a combination row in the data dictionary).

nolanwelch commented 1 month ago

Resolved by 63a685392e46f4364b637dfd6a2ac86894f91838.