You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi There,
getting error while running the local build script. Please correct me if I'm missing something
Root project path: ~/sacalMaven
Additional maven arguments:
WARN! Error output wasn't empty, although the command finished with code 0!
Traceback (most recent call last):
File "./rebuild.py", line 768, in
changed_files = get_local_changed_files(ROOT_PROJECT_PATH, not TRACK_UNVERSIONED)
File "./rebuild.py", line 683, in get_local_changed_files
return svn_xml_status_to_files(entries, ignore_unversioned)
File "./rebuild.py", line 699, in svn_xml_status_to_files
for entry in found_entries:
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
Hi There,
getting error while running the local build script. Please correct me if I'm missing something
Root project path: ~/sacalMaven
Additional maven arguments:
WARN! Error output wasn't empty, although the command finished with code 0!
Traceback (most recent call last):
File "./rebuild.py", line 768, in
changed_files = get_local_changed_files(ROOT_PROJECT_PATH, not TRACK_UNVERSIONED)
File "./rebuild.py", line 683, in get_local_changed_files
return svn_xml_status_to_files(entries, ignore_unversioned)
File "./rebuild.py", line 699, in svn_xml_status_to_files
for entry in found_entries:
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered: