You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
relrepo.deploy_file(os.path.join(".",art),calc_md5=False,calc_sha1=False)
File "/usr/local/lib/python2.7/dist-packages/artifactory.py", line 1092, in deploy_file
target.deploy(fobj, md5, sha1, parameters)
UnboundLocalError: local variable 'md5' referenced before assignment
since md5 and sha1 is not initialized
The text was updated successfully, but these errors were encountered:
relrepo.deploy_file(os.path.join(".",art),calc_md5=False,calc_sha1=False)
File "/usr/local/lib/python2.7/dist-packages/artifactory.py", line 1092, in deploy_file
target.deploy(fobj, md5, sha1, parameters)
UnboundLocalError: local variable 'md5' referenced before assignment
since md5 and sha1 is not initialized
The text was updated successfully, but these errors were encountered: