removed (?i) from regex as this breaks in newer versions of Python 3 with re....
a5cd8d8d
Hari Sekhon
committed
1 changed file
utils.py
/harisekhon/utils.py+1
/harisekhon/utils.py
Add comment 108 self.critical()
Add comment 109 self.msg += '{} commits behind, {} commits ahead of'.format(num_commits_behind, num_commits_ahead)
Add comment 110 self.msg += " remote '{}'".format(self.remote)
Add comment 111 Plus   self.msg += ' | commits_behind={};0;0 commits_ahead={};0;0'.format(num_commits_behind, num_commits_ahead)
Add comment 111 112
Add comment 112 113 if __name__ == '__main__':
Add comment 113 114 CheckGitCheckoutUpToDate().main()