Skip to content

Commit

Permalink
removed the comment about the directory structure of .filemetadata be…
Browse files Browse the repository at this point in the history
…ing flat,

since it's no longer true (#5)
  • Loading branch information
landreev committed Oct 10, 2019
1 parent 47072bc commit 04c1f3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions create_sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ def check_dataset_lock(dataset_dbid):
# L.A.: I implemented something along these lines - an (optional) directory called ".filemetadata"
# in the dataset directory, where files containing extra json filemetadata records may be
# placed for each of the files in the "files" directory.
# (since the file names must be unique per dataset, even with folders, the .filemetadata
# directory structure is flat)
# check for optional filemetadata file:
filemetadatapath = os.path.join(filemetadata_dir, relpath);
if (os.path.exists(filemetadatapath)):
Expand Down

0 comments on commit 04c1f3d

Please sign in to comment.