Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vadyushkins committed May 16, 2021
1 parent 75a6c67 commit bea10d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfpq_data/graphs/readwrite/rdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def graph_from_dataset(graph_name: str, verbose: bool = True) -> MultiDiGraph:
aws_secret_access_key=AWS_SECRET_ACCESS_KEY,
)

if verbose:
if verbose is True:

def _hook(t):
def _inner(bytes_amount):
Expand Down

0 comments on commit bea10d5

Please sign in to comment.