Skip to content

Commit

Permalink
Refs #1, set docstring for setPath method
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevPavelmc committed Jan 10, 2019
1 parent 8315365 commit 24d1b1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion skyflash.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,9 @@ def cleanWorkspace(self):
self.sStart.emit()

def setPath(self, dir):
''''''
'''Pick the correct path for the current OS and create it if not there
This is the path in with we will download, extract, create, etc.
'''

if sys.platform in ["win32", "cygwin"]:
# windows
Expand Down

0 comments on commit 24d1b1d

Please sign in to comment.