Skip to content

Commit 59dc8a4

Browse files
1 parent b45b952 commit 59dc8a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • src/features/qualifiers/ec2

‎src/features/qualifiers/ec2/ec2.jl‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -880,9 +880,9 @@ function readCloudInstancesDB(::Type{<:AmazonEC2})
880880

881881
database_path = @get_scratch!("database_path")
882882
machinetypedb_ec2_url = "https://raw.githubusercontent.com/PlatformAwareProgramming/PlatformAware.jl/aws_ec2/src/features/qualifiers/ec2/db-machinetypes.ec2.csv"
883-
#machinetypedb_ec2_fname = joinpath(database_path,basename(machinetypedb_ec2_url))
884-
machinetypedb_ec2_fname = "/home/heron/Dropbox/Copy/ufc_mdcc_hpc/PlatformAware/PlatformAware.jl/src/features/qualifiers/ec2/db-machinetypes.ec2.csv"
885-
#try_download(machinetypedb_ec2_url, machinetypedb_ec2_fname)
883+
machinetypedb_ec2_fname = joinpath(database_path,basename(machinetypedb_ec2_url))
884+
#machinetypedb_ec2_fname = "/home/heron/Dropbox/Copy/ufc_mdcc_hpc/PlatformAware/PlatformAware.jl/src/features/qualifiers/ec2/db-machinetypes.ec2.csv"
885+
try_download(machinetypedb_ec2_url, machinetypedb_ec2_fname)
886886
machinetype_dict_ec2 = readDB2(machinetypedb_ec2_fname)
887887

888888
return machinetype_dict_ec2

0 commit comments

Comments
 (0)