Created
January 8, 2020 06:28
-
-
Save stephendonner/bfbf34325c41deffd7f848b296d721d8 to your computer and use it in GitHub Desktop.
shutil.copytree(cond_prof_target_dir, self.conditioned_profile_dir)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 23:56:31 INFO - raptor-main Info: cond_prof_target_dir is: /var/folders/tn/jmgsfg315sd73yn_dnrf66c80000gn/T/tmpbF51iP | |
| 23:56:31 ERROR - Traceback (most recent call last): | |
| 23:56:31 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/raptor/raptor/raptor.py", line 1973, in <module> | |
| 23:56:31 INFO - main() | |
| 23:56:31 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/raptor/raptor/raptor.py", line 1928, in main | |
| 23:56:31 INFO - no_conditioned_profile=args.no_conditioned_profile | |
| 23:56:31 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/raptor/raptor/raptor.py", line 1257, in __init__ | |
| 23:56:31 INFO - super(RaptorDesktop, self).__init__(*args, **kwargs) | |
| 23:56:31 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/raptor/raptor/raptor.py", line 1069, in __init__ | |
| 23:56:31 INFO - super(Raptor, self).__init__(*args, **kwargs) | |
| 23:56:31 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/raptor/raptor/raptor.py", line 211, in __init__ | |
| 23:56:31 INFO - self.build_browser_profile() | |
| 23:56:31 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/raptor/raptor/raptor.py", line 1169, in build_browser_profile | |
| 23:56:31 INFO - super(Raptor, self).build_browser_profile() | |
| 23:56:31 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/raptor/raptor/raptor.py", line 263, in build_browser_profile | |
| 23:56:31 INFO - self.get_conditioned_profile() | |
| 23:56:31 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/raptor/raptor/raptor.py", line 244, in get_conditioned_profile | |
| 23:56:31 INFO - shutil.copytree(cond_prof_target_dir, self.conditioned_profile_dir) | |
| 23:56:31 INFO - File "/usr/local/Cellar/python@2/2.7.17/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 200, in copytree | |
| 23:56:31 INFO - os.makedirs(dst) | |
| 23:56:31 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/obj-x86_64-apple-darwin19.3.0/testing/raptor-venv/bin/../lib/python2.7/os.py", line 145, in makedirs | |
| 23:56:31 INFO - head, tail = path.split(name) | |
| 23:56:31 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/obj-x86_64-apple-darwin19.3.0/testing/raptor-venv/bin/../lib/python2.7/posixpath.py", line 85, in split | |
| 23:56:31 INFO - i = p.rfind('/') + 1 | |
| 23:56:31 INFO - AttributeError: 'NoneType' object has no attribute 'rfind' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment