libjam 0.0.14__tar.gz → 0.0.15__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libjam
3
- Version: 0.0.14
3
+ Version: 0.0.15
4
4
  Summary: A library jam for Python.
5
5
  Project-URL: Homepage, https://github.com/philippkosarev/libjam
6
6
  Project-URL: Issues, https://github.com/philippkosarev/libjam/issues
@@ -47,12 +47,9 @@ class Notebook:
47
47
  if drawer.is_file(ini_file) is False:
48
48
  return None
49
49
  ini_file = drawer.absolute_path(ini_file)
50
- parser = configparser.ConfigParser()
50
+ parser = configparser.ConfigParser(inline_comment_prefixes=('#', ';'))
51
51
  try:
52
52
  parser.read(ini_file)
53
- except configparser.InterpolationSyntaxError:
54
- parser = configparser.ConfigParser(inline_comment_prefixes=('#', ';'))
55
- parser.read(ini_file)
56
53
  except configparser.DuplicateSectionError:
57
54
  if allow_duplicates is True:
58
55
  ini_string = open(ini_file, 'r').read()
@@ -14,7 +14,7 @@ include = [
14
14
 
15
15
  [project]
16
16
  name = "libjam"
17
- version = "0.0.14"
17
+ version = "0.0.15"
18
18
  authors = [
19
19
  { name="Philipp Kosarev", email="philipp.kosarev@gmail.com" },
20
20
  ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes