Skip to content

Commit

Permalink
Ensure self.directory is updated at each call to validate
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonrclarke committed Jul 14, 2021
1 parent 344bed1 commit ec7e19c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hepdata_validator/full_submission_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def validate(self, directory=None, file=None, zipfile=None):
"""
self.single_yaml_file = False
temp_directory = None
self.directory = directory

try:
# Check input file/directory exists and is valid
Expand Down

0 comments on commit ec7e19c

Please sign in to comment.