Skip to content

Commit

Permalink
minor ed
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell authored Aug 31, 2023
1 parent d271f9c commit c58646d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbgrader/preprocessors/instantiatetests.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def preprocess_cell(self, cell, resources, index):
# create a salt for this test
if use_hash:
salt_int += 1
salt = hex(salt_int)
salt = hex(salt_int)[2:]
self.log.debug('Using salt: %s', salt)
else:
salt = None
Expand Down

0 comments on commit c58646d

Please sign in to comment.