Skip to content

Commit

Permalink
Rebuild rust but update pip
Browse files Browse the repository at this point in the history
  • Loading branch information
don4get committed Mar 28, 2021
1 parent fde2fc0 commit 529291f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ before_script:
- sleep 1

script:
- CRYPTOGRAPHY_DONT_BUILD_RUST=1 QT_DEBUG_PLUGINS=1 tox
- pip install --upgrade pip
- QT_DEBUG_PLUGINS=1 tox

2 changes: 2 additions & 0 deletions nodedge/mdi_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class MdiWidget(EditorWidget):
def __init__(self):
super().__init__()

self.filename: str = ""

self.__logger = logging.getLogger(__file__)
self.__logger.setLevel(logging.INFO)

Expand Down

0 comments on commit 529291f

Please sign in to comment.