Skip to content

Commit b4dc277

Browse files
committed
fix print statment issue
1 parent 4a358bc commit b4dc277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantecon/util/notebooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def fetch_nb_dependencies(files, repo=REPO, raw=RAW, branch=BRANCH, folder=FOLDE
5555
#-Obtain each requested file-#
5656
for directory in files.keys():
5757
if directory != "":
58-
if verbose: print("Parsing directory: %s")
58+
if verbose: print("Parsing directory: %s"%directory)
5959
for fl in files[directory]:
6060
if directory != "":
6161
fl = directory+"/"+fl

0 commit comments

Comments
 (0)