SUSE / suse-migration-services

GNU General Public License v3.0
7 stars 10 forks source link

Allow non standard paths #183

Closed jesusbv closed 3 years ago

jesusbv commented 3 years ago

Create dir if not exists before copying

schaefi commented 3 years ago

ok I know I said we don't need to check for os.path.exists prior calling mkdir but I think it would be good if we do that because I forgot the udev rules are handled in the same copy path and they all live in the same directory, so we will repeat ourselves quite often eventually. Could you add the check ?

Thanks