Ubuntu Pastebin

Paste from nish at Wed, 17 Aug 2016 18:15:25 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
@@ -497,16 +497,19 @@ class USDGitRepository:
                  publish_parent_commit = tip_head.commit
 
             if self.version_compare(str(srcpkg.version), tip_version) <= 0:
-                logging.error('Version to import (%s) is before %s tip (%s)',
+                logging.warn('Version to import (%s) is before %s tip (%s)',
                               spi.version, head_name, tip_version
                              )
                 # proper error handling
-                sys.exit(1)
+                # sys.exit(1)
Download as text