Changeset 6804
- Timestamp:
- Feb 12, 2018, 5:21:14 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-moving-core/trunk/fuentes/src/net/Lliurex/Classroom/MovingProfiles/__init__.py
r6779 r6804 178 178 179 179 180 source = ' "%s/%s"'%(moving_path,fname)181 destination=' "%s/%s"'%(home,fname)180 source = '%s/%s'%(moving_path,fname) 181 destination='%s/%s'%(home,fname) 182 182 183 183 if(os.path.isdir(source)): 184 184 source=source+"/" 185 185 destination=destination+"/" 186 187 source = '"%s"'%source 188 destination = '"%s"'%destination 186 189 187 190 rcmd = cmd + ecmd + [source,destination] … … 266 269 destination=destination+"/" 267 270 271 source = '"%s"'%source 272 destination = '"%s"'%destination 268 273 269 274 rcmd = cmd + ecmd + [source,destination]
Note: See TracChangeset
for help on using the changeset viewer.