Skip to content

Commit

Permalink
Merge pull request #55 from cachitas/master
Browse files Browse the repository at this point in the history
Make Python version not mandatory
  • Loading branch information
takluyver committed Sep 29, 2015
2 parents 731ef62 + 1296562 commit 502b150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsist/configreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def _check_invalid_keys(self, section_name, section):
('exclude', False),
]),
'Python': SectionValidator([
('version', True),
('version', False),
('bitness', False),
('format', False),
]),
Expand Down

0 comments on commit 502b150

Please sign in to comment.