Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Aug 19, 2018
1 parent 5b9041a commit 065f823
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PyFunceble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
from PyFunceble.publicsuffix import PublicSuffix

NAME = "PyFunceble"
VERSION = "0.99.0.dev-beta (Sarcoline Puku / Mosquito)"
VERSION = "0.99.1.dev-beta (Sarcoline Puku / Mosquito)"

if "PYFUNCEBLE_OUTPUT_DIR" in environ: # pragma: no cover
CURRENT_DIRECTORY = environ["PYFUNCEBLE_OUTPUT_DIR"]
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/directory_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class DirectoryStructure: # pragma: no cover
"""

def __init__(self, production=False):

self.base = PyFunceble.CURRENT_DIRECTORY

if not self.base.endswith(directory_separator):
Expand Down
2 changes: 1 addition & 1 deletion version.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version: 0.99.0.dev-beta (Sarcoline Puku / Mosquito)
current_version: 0.99.1.dev-beta (Sarcoline Puku / Mosquito)
deprecated: [0.0.0, 0.0.1, 0.65.0, 0.67.1, 0.68.0, 0.69.3, 0.69.5, 0.70.4, 0.71.2,
0.72.7, 0.73.1, 0.74.5, 0.75.1, 0.76.2, 0.77.0, 0.78.0, 0.79.1, 0.80.9, 0.81.8,
0.82.4, 0.83.2, 0.84.5, 0.85.0, 0.86.0, 0.87.1, 0.88.3, 0.89.3, 0.90.2, 0.91.1,
Expand Down

0 comments on commit 065f823

Please sign in to comment.