Skip to content

Commit

Permalink
fix: remove print statement from metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandogelin committed Jul 18, 2019
1 parent cfe9f71 commit b96970b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refchef/references.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def add_uuid(path_):
def create_metadata_file(metadata, path_):
"""Creates metadata.txt file."""
component = path_.split("/")[-1]
print(metadata)

with open(os.path.join(path_, "metadata.txt"), "w+") as f:
f.write("""
Reference Name: {0}
Expand Down

0 comments on commit b96970b

Please sign in to comment.