Revision: 576b59f36823
Branch:   default
Author:   Mikko Korpela <[email protected]>
Date:     Tue Nov 12 11:20:34 2013 UTC
Log:      typo
http://code.google.com/p/robotframework/source/detail?r=576b59f36823

Modified:
 /src/robot/libraries/OperatingSystem.py

=======================================
--- /src/robot/libraries/OperatingSystem.py     Tue Nov 12 11:12:28 2013 UTC
+++ /src/robot/libraries/OperatingSystem.py     Tue Nov 12 11:20:34 2013 UTC
@@ -756,7 +756,7 @@
         return source, destination, parent

     def _copy_file(self, source, destination):
- source, destination, parent = self._prepare_for_move_or_copy(destination, source) + source, destination, parent = self._prepare_for_move_or_copy(destination, source)
         return self._atomic_copy(source, destination, parent)

     def _normalize_dest_and_source(self, dest, source):

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to