X-Git-Url: https://git.rvb.name/pyrungps.git/blobdiff_plain/d2651ad4f9981d3e21c5f10fdef0a520d0f2d42d..2b2d8414d6a42a67ccd6af39dba628d20ea8197a:/pyrungps.py diff --git a/pyrungps.py b/pyrungps.py index 62afae7..31b0695 100644 --- a/pyrungps.py +++ b/pyrungps.py @@ -53,7 +53,7 @@ def sync_folder(username,year,month,dir=".",verbose=False,force=False): else: try: - os.mkdir(dirname) + os.makedirs(dirname) except: None