mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
system: minor style thing #7063
This commit is contained in:
parent
5e785afe06
commit
b68fa36ea6
@ -93,7 +93,7 @@ def cmd_rehash():
|
||||
os.symlink(os.path.relpath(filename, BLACKLISTDESTDIR), "%s/%s.%d" % (BLACKLISTDESTDIR, hash, seq))
|
||||
else:
|
||||
if hash in targets['blacklisted']:
|
||||
print("Skipping blacklisted certificate %s (%s)" % (filename, hash))
|
||||
print("Skipping blacklisted certificate %s (%s/%s.%d)" % (filename, BLACKLISTDESTDIR, hash, seq))
|
||||
else:
|
||||
os.symlink(os.path.relpath(filename, CERTDESTDIR), "%s/%s.%d" % (CERTDESTDIR, hash, seq))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user