Skip to content

Commit

Permalink
Merge pull request #133 from licenseware/uv-msg
Browse files Browse the repository at this point in the history
chore: improved uv message
  • Loading branch information
alincmt authored Apr 8, 2022
2 parents 74abfe4 + 4b5640b commit 19040a1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion licenseware/uploader_validator/uploader_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def get_full_validation_response(self, filepath:str):
"status": states.SUCCESS if fileok else states.SKIPPED,
"name": file_name_ok,
"content": file_content_ok,
"message": message
"message": message or "File is valid"
}


Expand Down
Binary file modified wheel_sdk/licenseware-2.0.3-py3-none-any.whl
Binary file not shown.
Binary file modified wheel_sdk/licenseware-2.0.3.tar.gz
Binary file not shown.

0 comments on commit 19040a1

Please sign in to comment.