p3lib 1.1.119__tar.gz → 1.1.120__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.3
2
2
  Name: p3lib
3
- Version: 1.1.119
3
+ Version: 1.1.120
4
4
  Summary: A group of python modules for networking, plotting data, config storage, automating boot scripts, ssh access and user input output.
5
5
  License: MIT
6
6
  Author: Paul Austen
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "p3lib"
3
- version = "1.1.119"
3
+ version = "1.1.120"
4
4
  description = "A group of python modules for networking, plotting data, config storage, automating boot scripts, ssh access and user input output."
5
5
  authors = ["Paul Austen <pjaos@gmail.com>"]
6
6
  license = "MIT License"
@@ -863,7 +863,7 @@ class local_file_picker(ui.dialog):
863
863
  if platform.system() == 'Windows' and directory and len(directory) >= 2:
864
864
  if directory[0].isalpha() and directory[1] == ':':
865
865
  self._selected_drive = directory[:2]
866
- directory = directory[2:] + "\\\\"
866
+ directory = directory[2:]
867
867
 
868
868
  self.path = Path(directory).expanduser()
869
869
  if upper_limit is None:
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes