Skip to content

Commit

Permalink
Replace printf with print
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Feb 16, 2020
1 parent bb0eadf commit 2574e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
if git_branch.index('develop') >= 0:
version = "latest-develop"
except Exception:
printf("Exception for index check")
print("Exception for index check")

# For debugging purpose
print("GIT BRANCH: " + git_branch)
Expand Down

0 comments on commit 2574e2d

Please sign in to comment.