- TrustYou Luigi Utilities version: 0.2.0
Description
The method generate_temporary_path_name uses a default parameter to generate a random number. Default parameters are generated only once so multiple calls to this might generate the same directoy. In the context of a pipe this might not be an issue but it might affect in other scenarios.
Description
The method
generate_temporary_path_nameuses a default parameter to generate a random number. Default parameters are generated only once so multiple calls to this might generate the same directoy. In the context of a pipe this might not be an issue but it might affect in other scenarios.