Skip to content

Commit

Permalink
Fix script-breaking typo (cms-sw#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 authored Oct 12, 2020
1 parent 9db9fc2 commit 1096dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/cgi-bin/datalist.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

print "Content-Type: text/javascript;charset=utf-8\n"

// from https://stackoverflow.com/a/2186673/2050986
# from https://stackoverflow.com/a/2186673/2050986
def find_files(directory, pattern):
for root, dirs, files in os.walk(directory):
for basename in files:
Expand Down

0 comments on commit 1096dc7

Please sign in to comment.