Skip to content

Commit

Permalink
Just emit the bug ID
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpollock committed Aug 6, 2024
1 parent 331a851 commit ca9eed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/datafix/reimport_gcs_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def main() -> None:
bug_in_gcs = objname_for_bug(ds_client, bug)
except UnexpectedSituation as e:
if args.verbose:
print(f"Skipping {bug}, got {e}\n")
print(f"Skipping {bug['db_id']}, got {e}\n")
continue
if args.verbose:
print(f"Resetting creation time for {bug_in_gcs['uri']}")
Expand Down

0 comments on commit ca9eed2

Please sign in to comment.