Show More
@@ -74,8 +74,8 b' class localrepository(object):' | |||||
74 | self.transhandle = None |
|
74 | self.transhandle = None | |
75 |
|
75 | |||
76 | if create: |
|
76 | if create: | |
77 |
|
|
77 | if not os.path.exists(path): | |
78 |
|
|
78 | os.mkdir(path) | |
79 | os.mkdir(self.path) |
|
79 | os.mkdir(self.path) | |
80 | os.mkdir(self.join("data")) |
|
80 | os.mkdir(self.join("data")) | |
81 |
|
81 |
General Comments 0
You need to be logged in to leave comments.
Login now