Please help me to correct this error:
....
....
....
# List all FOLDERS in master workspace
workspaces = gp.ListWorkspaces(dataFolders, "Folder")
# Iterate through the workspaces one at a time
for workspace in workspaces:
# Error:iteration over non-sequence
...
...
...