update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b second try
[osm/SO.git] / rwlaunchpad / plugins / rwlaunchpadtasklet / rift / package / checksums.py
index 975967e..cdbe754 100644 (file)
@@ -74,6 +74,6 @@ class ArchiveChecksums(dict):
     def to_string(self):
         string = ""
         for file_name, file_checksum in self.items():
-            string += "{}  {}\n".format(file_name, file_checksum)
+            string += "{}  {}\n".format(file_checksum, file_name)
 
         return string