printing wrong asset ID in message

cleaned up comment
This commit is contained in:
jackalbe
2021-04-16 15:41:03 -05:00
parent 085aa78ec9
commit 3d91b19c19
2 changed files with 2 additions and 2 deletions
@@ -58,7 +58,7 @@ def process_file(request):
mockFilename = mockFilename.replace('\\', '/').lower()
tempFilename = os.path.join(request.tempDirPath, mockFilename)
# write out a tempFilename like a JSON or something?
# write out a tempFilename like a JSON
fileOutput = open(tempFilename, "w")
fileOutput.write('{}')
fileOutput.close()