Skip to content

Commit

Permalink
style: Fix whitespace issues #486
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Aug 1, 2024
1 parent 23ac563 commit 1b4cfc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/icat_db_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -971,13 +971,13 @@ def generate_datafile(cls, i):
)
datafile.name = f"Datafile {i}"
datafile.location = faker.file_path(depth=2, category="image")

datafile.create()

datafile.get()
datafile.datafileCreateTime = datafile.createTime
datafile.datafileModTime = datafile.modTime

datafile.update()


Expand Down

0 comments on commit 1b4cfc1

Please sign in to comment.