Fix error in docstring

This commit is contained in:
Veronica Berglyd Olsen
2023-04-22 09:52:51 +02:00
parent b0c5fe6509
commit f1b764761c
+2 -1
View File
@@ -108,7 +108,8 @@ def writeFile(fileName, writeText):
def toUpload(srcPath, dstName=None):
"""Copy a file produced by one of the build functions to the uplaod
directory. The file can optionally be given a new name."""
directory. The file can optionally be given a new name.
"""
uplDir = "dist_upload"
if not os.path.isdir(uplDir):
os.mkdir(uplDir)