Skip to content

Commit 68104e2

Browse files
committed
Rearranges the data prep files
1 parent fbe8efc commit 68104e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
#path to the data file, already been created
34-
path_to_file = os.getcwd() + "/Data"
34+
path_to_file = "../Data"
3535

3636

3737
#zip file url
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def convert_to_tasks(path, number_of_tasks):
127127

128128

129129
#Create the Data directory
130-
path_to_file = os.getcwd() + "/Data"
130+
path_to_file = "../Data"
131131
os.mkdir(path_to_file)
132132

133133
#Code to download the dataset to the folder

0 commit comments

Comments
 (0)