Code review comment for lp:~om26er/ubuntu-weather-app/db_stab2

Revision history for this message
Sergio Schvezov (sergiusens) wrote :

37 + subprocess.check_call([
38 + "mkdir",
39 + "-p",
40 + "~/.local/share/com.ubuntu.weather/"])

why aren't you usig os.makedirs?

review: Needs Fixing

« Back to merge proposal