First commit for Issue #83

This commit is contained in:
Miroslav Stampar
2012-07-13 10:35:22 +02:00
parent d834e8debf
commit 48f68bd076
2 changed files with 8 additions and 15 deletions

View File

@@ -677,7 +677,7 @@ def getDirs():
if inputDir:
directories.add(inputDir)
return directories
return list(directories)
def filePathToString(filePath):
strRepl = filePath.replace("/", "_").replace("\\", "_")