dsi-clinic / cocoa

Clinic Opinionated Codebase Oversight and Analysis
1 stars 0 forks source link

Change code location to tempfile #33

Closed NickRoss closed 2 months ago

NickRoss commented 3 months ago

Add an argument dir_name=None

if dir_name is not none: clone repos to that directory if dir_name is none: clone repos to tempdir.

https://docs.python.org/3/library/tempfile.html

timhannifan commented 2 months ago

Resolved in #36