aboutsummaryrefslogtreecommitdiff
path: root/foldercreating.py
diff options
context:
space:
mode:
authorLionel <lionel.miquel46@gmail.com>2018-10-20 10:15:49 +0200
committerLionel <lionel.miquel46@gmail.com>2018-10-20 10:15:49 +0200
commit0bfef4348ae14466a77bc73e94684cf76ecf5c57 (patch)
tree37fe643fd0f0da2976c5b12056a000f930a1777c /foldercreating.py
parent8304477d9979431219830e7928ed11ebc7397189 (diff)
downloadrandopitons-0bfef4348ae14466a77bc73e94684cf76ecf5c57.tar.gz
randopitons-0bfef4348ae14466a77bc73e94684cf76ecf5c57.zip
commit à github test
Diffstat (limited to 'foldercreating.py')
-rw-r--r--foldercreating.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/foldercreating.py b/foldercreating.py
index 5a0d91d..489d588 100644
--- a/foldercreating.py
+++ b/foldercreating.py
@@ -50,7 +50,8 @@ def mkfolder(MAIL,PSW,regionnames,foldernames,maptype,ptr,bfn):
os.mkdir(os.path.join(def_folder,foldernames[ptr]))
else:
os.mkdir(os.path.join(a_folder,foldernames[ptr]))
- rdo.randoweb(MAIL,PSW,regionnames[ptr],maptype,bfn)
+ #rdo.testalakon()
+ rdo.randoweb(MAIL,PSW,regionnames[ptr],maptype,bfn,def_folder+a_str)
except OSError, er:
print e.os
print format(er)
@@ -69,7 +70,7 @@ def mkallfolder(MAIL,PSW,regionnames,foldernames,maptype,bfn):
try:
print "on attaque par le "+regionnames[iii]
- rdo.randoweb(MAIL,PSW,regionnames[iii],maptype,bfn)
+ rdo.randoweb(MAIL,PSW,regionnames[iii],maptype,bfn,def_folder+a_str)
except:
raise
iii=iii+1