mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
little edits
This commit is contained in:
parent
f64a521bd9
commit
9a7dbaeade
3 changed files with 5 additions and 7 deletions
|
|
@ -30,7 +30,7 @@ BIN_PATH = ROOT_PATH + "/_bin/"
|
|||
def createIfNotExist(dirPath):
|
||||
"""!Checks if an directory is existing and create it if not
|
||||
|
||||
@param dirName: Path of the directory
|
||||
@param dirPath: Path of the directory
|
||||
@return Path of the directory"""
|
||||
try:
|
||||
if not os.path.exists(dirPath):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue