Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
painter1 committed May 7, 2021
1 parent 68e726d commit 0a68c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publishable_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def move_and_record( three_paths, suffix ):
# data in both directories. Probably the dataset was changed
split_datasets.append( vnh )
logging.info("data is in both %s and %s" % (scrv,epbv) )
elif not os.path.isdir(srcv):
elif not os.path.isdir(scrv):
# The source doesn't exist, and it hasn't already been (substantively) moved.
nosrc_datasets.append( vnh )
logging.info("source %s does not exist" % scrv )
Expand Down

0 comments on commit 0a68c1a

Please sign in to comment.