Skip to content

Commit

Permalink
Minor bug fix from 4.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiaanvonmeijenfeldt committed Dec 14, 2018
1 parent 1f99374 commit 4929cb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CAT_pack/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3

__author__ = 'F. A. Bastiaan von Meijenfeldt'
__version__ = '4.3.2'
__version__ = '4.3.2.1'
__date__ = 'December 14, 2018'
2 changes: 1 addition & 1 deletion CAT_pack/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def check_memory(Gb):
# Mem is given in b, convert to Gb.
total_memory = mem / 2 ** 30

if total_memory < GB:
if total_memory < Gb:
error = True

return ('{0:.1f}'.format(total_memory), error)
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.3.2.1
Minor bug fix.

## 4.3.2
A fruity update: CAT and BAT are now macOS compatible!

Expand Down

0 comments on commit 4929cb9

Please sign in to comment.