243 @param dst destination |
243 @param dst destination |
244 @type str |
244 @type str |
245 @exception OSError raised if there is an issue writing the package or |
245 @exception OSError raised if there is an issue writing the package or |
246 the given source does not exist |
246 the given source does not exist |
247 """ |
247 """ |
|
248 # __IGNORE_WARNING_D234r__ __IGNORE_WARNING_D252__ |
248 def src2dst(srcname, base, dst): |
249 def src2dst(srcname, base, dst): |
249 """ |
250 """ |
250 Combines the relativ path of the source (srcname) with the |
251 Combines the relativ path of the source (srcname) with the |
251 destination folder. |
252 destination folder. |
252 |
253 |